DebugClients/Python/PyProfile.py

changeset 790
2c0ea0163ef4
parent 96
9624a110667d
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
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