twisted.application.app.ProfileRunner(_BasicProfiler)
class documentationtwisted.application.app
View Source
(View In Hierarchy)
Runner for the standard profile module.
Method | run | Run reactor under the standard profiler. |
Inherited from _BasicProfiler:
Instance Variable | saveStats | if True , save the stats information instead of the human
readable format (type: bool ) |
Instance Variable | profileOutput | the name of the file use to print profile data. (type: str ) |
Method | __init__ | Undocumented |
Method | _reportImportError | 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. |