提交 2bbb21fd authored 作者: Roy Xue's avatar Roy Xue 提交者: Lijun Xue

Code style fix

上级 3f2c9223
......@@ -1101,8 +1101,8 @@ class ProfileStats(object):
print >> file, "(For values in brackets, it's for linker = c|py"
print >> file, "---"
# print >> file, " Max if no gc, inplace and view: %dKB" % int(
# round(max_sum_size / 1024))
# print >> file, " Max if no gc, inplace and view: %dKB" % int(
# round(max_sum_size / 1024))
print >> file, " Max if no gc (allow_gc=False): %dKB (%dKB)" % (int(round(
new_max_node_memory_size[0] / 1024.)), int(round(
max_node_memory_size[0] / 1024.)))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论