提交 92306ee6 authored 作者: Roy Xue's avatar Roy Xue

fix min_peak_time display

上级 f9b91209
......@@ -1033,7 +1033,7 @@ class ProfileStats(object):
new_max_running_max_memory_size / 1024.)), int(round(
max_running_max_memory_size / 1024.)))
if min_max_peak:
print >> file, " Minimum peak from all valid apply node order is %dKB(took %f.2s to compute)" % (int(round(
print >> file, " Minimum peak from all valid apply node order is %dKB(took %.3fs to compute)" % (int(round(
min_max_peak / 1024.)), min_peak_time)
print >> file, " Memory saved if views are used: %dKB (%dKB)" % (int(
round(new_max_node_memory_saved_by_view / 1024.)), int(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论