class documentation
class CProfileRunner(_BasicProfiler): (source)
Constructor: CProfileRunner(profileOutput, saveStats)
Runner for the cProfile module.
Method | run |
Run reactor under the cProfile profiler. |
Inherited from _BasicProfiler
:
Method | __init__ |
Undocumented |
Instance Variable | profile |
the name of the file use to print profile data. |
Instance Variable | save |
if True, save the stats information instead of the human readable format |
Method | _report |
Helper method to report an import error with a profile module. This has to be explicit because some of these modules are removed by distributions due to them being non-free. |