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

Fix the printing of c code in ProfileMode in the summary by apply.

上级 adbc78dd
......@@ -471,7 +471,7 @@ class ProfileMode(Mode):
ftot=tot*100/local_time
if nb_call==0:
continue
if a[1] in apply_cimpl:
if apply_cimpl.get(a[1], False):
msg = '*'
else:
msg = ' '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论