提交 56366926 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

fixed bug in counter of calls of a given node

上级 961d616f
......@@ -102,7 +102,7 @@ class VM(object):
profile.apply_time[node] += t
profile.apply_callcount.setdefault(node,0)
profile.apply_callcount[node] = c
profile.apply_callcount[node] += c
profile.apply_cimpl[node] = hasattr(thunk,'cthunk')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论