提交 cc8eaeda authored 作者: Frederic Bastien's avatar Frederic Bastien

remove information not useful

上级 06f3b03b
...@@ -1212,18 +1212,6 @@ class ProfileStats(object): ...@@ -1212,18 +1212,6 @@ class ProfileStats(object):
print(" Minimum peak from all valid apply node order is " print(" Minimum peak from all valid apply node order is "
"%dKB(took %.3fs to compute)" % "%dKB(took %.3fs to compute)" %
(int(round(min_max_peak / 1024.)), min_peak_time), file=file) (int(round(min_max_peak / 1024.)), min_peak_time), file=file)
print(" 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.))), file=file)
print(" Memory saved if inplace ops are used: %dKB (%dKB)" %
(int(round(new_max_node_memory_saved_by_inplace / 1024.)),
int(round(max_node_memory_saved_by_inplace / 1024.))),
file=file)
print(" Memory saved if gc is enabled: %dKB (%dKB)" %
(int(round(new_max_node_memory_size[0] -
new_max_running_max_memory_size[0]) / 1024.),
int(round(max_node_memory_size[0] -
max_running_max_memory_size[0]) / 1024.)), file=file)
print("---", file=file) print("---", file=file)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论