| | |
- FakeCode
- FakeFrame
- profile.Profile
-
- Profile
- StatsLoader
class FakeCode |
| |
|
| |
Methods defined here:
- __init__(self, filename, firstlineno, funcname)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'hotshot.stats'
|
class FakeFrame |
| |
|
| |
Methods defined here:
- __init__(self, code, back)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'hotshot.stats'
|
class Profile(profile.Profile) |
| |
|
| |
Methods defined here:
- simulate_cmd_complete(self)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'hotshot.stats'
Methods inherited from profile.Profile:
- __init__(self, timer=None, bias=None)
- _calibrate_inner(self, m, verbose)
- 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 non-method functions 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>
|
|