160 dispatch = { |
160 dispatch = { |
161 "call": trace_dispatch_call, |
161 "call": trace_dispatch_call, |
162 "exception": profile.Profile.trace_dispatch_exception, |
162 "exception": profile.Profile.trace_dispatch_exception, |
163 "return": profile.Profile.trace_dispatch_return, |
163 "return": profile.Profile.trace_dispatch_return, |
164 "c_call": profile.Profile.trace_dispatch_c_call, |
164 "c_call": profile.Profile.trace_dispatch_c_call, |
165 "c_exception": profile.Profile.trace_dispatch_return, # the C function returned |
165 "c_exception": profile.Profile.trace_dispatch_return, |
|
166 # the C function returned |
166 "c_return": profile.Profile.trace_dispatch_return, |
167 "c_return": profile.Profile.trace_dispatch_return, |
167 } |
168 } |
168 |
169 |
169 # |
170 # |
170 # eflag: FileType = Python2 |
171 # eflag: FileType = Python2 |