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 |