DebugClients/Python3/PyProfile.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4021
195a471c327b
child 4563
881340f4bd0c
child 4632
ca310db386ed
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
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