DebugClients/Python/PyProfile.py

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

eric ide

mercurial