DebugClients/Python3/PyProfile.py

changeset 2987
c99695c0f13a
parent 2953
703452a2876f
child 3021
801289962f4e
equal deleted inserted replaced
2986:cd4e2cab7eb2 2987:c99695c0f13a
166 dispatch = { 166 dispatch = {
167 "call": trace_dispatch_call, 167 "call": trace_dispatch_call,
168 "exception": profile.Profile.trace_dispatch_exception, 168 "exception": profile.Profile.trace_dispatch_exception,
169 "return": profile.Profile.trace_dispatch_return, 169 "return": profile.Profile.trace_dispatch_return,
170 "c_call": profile.Profile.trace_dispatch_c_call, 170 "c_call": profile.Profile.trace_dispatch_c_call,
171 "c_exception": profile.Profile.trace_dispatch_return, # the C function returned 171 "c_exception": profile.Profile.trace_dispatch_return,
172 # the C function returned
172 "c_return": profile.Profile.trace_dispatch_return, 173 "c_return": profile.Profile.trace_dispatch_return,
173 } 174 }

eric ide

mercurial