This is the complete list of members for ProfileSession, including all inherited members.
__init__(self, name, func=None, logAfterProfile=False) | ProfileSession | |
_aggregate | ProfileSession | protected |
_callInfo | ProfileSession | protected |
_compileStats(self) | ProfileSession | protected |
_destroy(self) | ProfileSession | protected |
_discardRamFile(self, filename) | ProfileSession | protected |
_duration | ProfileSession | protected |
_filename2ramFile | ProfileSession | protected |
_filenameBase | ProfileSession | protected |
_filenameCounter | ProfileSession | protected |
_filenames | ProfileSession | protected |
_func | ProfileSession | protected |
_getNextFilename(self) | ProfileSession | protected |
_lines | ProfileSession | protected |
_logAfterProfile | ProfileSession | protected |
_name | ProfileSession | protected |
_refCount | ProfileSession | protected |
_reset(self) | ProfileSession | protected |
_restoreRamFile(self, filename) | ProfileSession | protected |
_resultCache | ProfileSession | protected |
_showCallInfo | ProfileSession | protected |
_sorts | ProfileSession | protected |
_statFileCounter | ProfileSession | protected |
_stats | ProfileSession | protected |
_successfulProfiles | ProfileSession | protected |
_totalTime | ProfileSession | protected |
acquire(self) | ProfileSession | |
aggregate(self, other) | ProfileSession | |
getAggregate(self) | ProfileSession | |
getDuration(self) | ProfileSession | |
getFunc(self) | ProfileSession | |
getLines(self) | ProfileSession | |
getLogAfterProfile(self) | ProfileSession | |
getName(self) | ProfileSession | |
getReference(self) | ProfileSession | |
getResults(self, lines=Default, sorts=Default, callInfo=Default, totalTime=Default) | ProfileSession | |
getShowCallInfo(self) | ProfileSession | |
getSorts(self) | ProfileSession | |
getTotalTime(self) | ProfileSession | |
notify | ProfileSession | static |
profileSucceeded(self) | ProfileSession | |
release(self) | ProfileSession | |
resetTotalTime(self) | ProfileSession | |
run(self) | ProfileSession | |
setAggregate(self, aggregate) | ProfileSession | |
setFunc(self, func) | ProfileSession | |
setLines(self, lines) | ProfileSession | |
setLogAfterProfile(self, logAfterProfile) | ProfileSession | |
setName(self, name) | ProfileSession | |
setShowCallInfo(self, showCallInfo) | ProfileSession | |
setSorts(self, sorts) | ProfileSession | |
setTotalTime(self, totalTime=None) | ProfileSession | |
TrueClock | ProfileSession | static |