DebugClients/Python3/PyProfile.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4563
881340f4bd0c
child 4632
ca310db386ed
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
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, 171 "c_exception": profile.Profile.trace_dispatch_return,
172 # the C function returned 172 # the C function returned
173 "c_return": profile.Profile.trace_dispatch_return, 173 "c_return": profile.Profile.trace_dispatch_return,
174 } 174 }
175
176 #
177 # eflag: noqa = M702

eric ide

mercurial