t.a.a._BasicProfiler(object) : class documentation

Part of twisted.application.app View Source View In Hierarchy

Known subclasses: twisted.application.app.CProfileRunner, twisted.application.app.HotshotRunner, twisted.application.app.ProfileRunner

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.
saveStats =
if True, save the stats information instead of the human readable format (type: bool)
profileOutput =
the name of the file use to print profile data. (type: str)
def __init__(self, profileOutput, saveStats): (source)
Undocumented
def _reportImportError(self, module, e): (source)
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.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.