| | |
- FakeCode
- FakeFrame
- profile.Profile
-
- Profile
- StatsLoader
class Profile(profile.Profile) |
| | |
Methods defined here:
- simulate_cmd_complete(self)
Methods inherited from profile.Profile:
- __init__(self, timer=None, bias=None)
- calibrate(self, m, verbose=0)
- create_stats(self)
- dump_stats(self, file)
- print_stats(self)
- run(self, cmd)
- runcall(self, func, *args, **kw)
- # This method is more useful to profile a single function call.
- runctx(self, cmd, globals, locals)
- set_cmd(self, cmd)
- simulate_call(self, name)
- snapshot_stats(self)
- trace_dispatch(self, frame, event, arg)
- trace_dispatch_call(self, frame, t)
- trace_dispatch_exception(self, frame, t)
- trace_dispatch_i(self, frame, event, arg)
- trace_dispatch_l(self, frame, event, arg)
- trace_dispatch_mac(self, frame, event, arg)
- trace_dispatch_return(self, frame, t)
Data and other attributes inherited from profile.Profile:
- bias = 0
- dispatch = {'call': <function trace_dispatch_call>, 'exception': <function trace_dispatch_exception>, 'return': <function trace_dispatch_return>}
- fake_code = <class profile.fake_code>
- fake_frame = <class profile.fake_frame>
|
|