DebugClients/Python/PyProfile.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
157 "return": profile.Profile.trace_dispatch_return, 157 "return": profile.Profile.trace_dispatch_return,
158 "c_call": profile.Profile.trace_dispatch_c_call, 158 "c_call": profile.Profile.trace_dispatch_c_call,
159 "c_exception": profile.Profile.trace_dispatch_return, # the C function returned 159 "c_exception": profile.Profile.trace_dispatch_return, # the C function returned
160 "c_return": profile.Profile.trace_dispatch_return, 160 "c_return": profile.Profile.trace_dispatch_return,
161 } 161 }
162
163 #
164 # eflag: FileType = Python2

eric ide

mercurial