提交 9bd81364 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

Previous changeset was wrong. fn_time is actually what I meant.

上级 ba2be987
...@@ -1063,7 +1063,7 @@ def profile_printer(fct_name, compile_time, fct_call_time, fct_call, ...@@ -1063,7 +1063,7 @@ def profile_printer(fct_name, compile_time, fct_call_time, fct_call,
total_scan_op_time = 0 total_scan_op_time = 0
for (_,node),v in apply_time.items(): for (_,node),v in apply_time.items():
if isinstance(node.op, Scan): if isinstance(node.op, Scan):
scan_fct_time = sum(node.op.mode_instance.call_time.values()) scan_fct_time = sum(node.op.mode_instance.fn_time.values())
scan_op_time = sum(node.op.mode_instance.local_time) scan_op_time = sum(node.op.mode_instance.local_time)
total_super_scan_time += v total_super_scan_time += v
total_scan_fct_time += scan_fct_time total_scan_fct_time += scan_fct_time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论