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

In scan profiler, print more info when we skip a node.

上级 568f9c1a
......@@ -1089,6 +1089,6 @@ def profile_printer(fct_name, compile_time, fct_call_time, fct_call,
v, scan_fct_time, scan_op_time, scan_fct_time/v*100,
scan_op_time/v*100), node
else:
print ' The node took 0s, so we can not compute the overhead'
print ' The node took 0s, so we can not compute the overhead', node
print ' total %5.1fs %5.1fs %5.1fs %5.1f%% %5.1f%%'%(
total_super_scan_time, total_scan_fct_time, total_scan_op_time, total_scan_fct_time/total_super_scan_time*100, total_scan_op_time/total_super_scan_time*100)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论