提交 85633826 authored 作者: Roy Xue's avatar Roy Xue

Modify the output

上级 c3e7b322
......@@ -846,6 +846,7 @@ class ProfileStats(object):
print >> file, " Max if linker=cvm(default): %dKB (%dKB)" % (int(round(
new_max_running_max_memory_size / 1024.)), int(round(
max_running_max_memory_size / 1024.)))
print >> file, " Minimum peak from all valid apply node order is %dKB" % int(round(minimum_peak / 1024.))
print >> file, " Memory saved if views are used: %dKB (%dKB)" % (int(
round(new_max_node_memory_saved_by_view / 1024.)), int(
round(max_node_memory_saved_by_view / 1024.)))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论