class documentation

class _BasicProfiler: (source)

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

View In Hierarchy

Method __init__ Undocumented
Instance Variable profile​Output the name of the file use to print profile data.
Instance Variable save​Stats if True, save the stats information instead of the human readable format
Method _report​Import​Error 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.
def __init__(self, profileOutput, saveStats): (source)

Undocumented

profileOutput: str = (source)
the name of the file use to print profile data.
saveStats: bool = (source)
if True, save the stats information instead of the human readable format
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.