This is the complete list of members for ProfileSession, including all inherited members.
__init__(self, name, func=None, logAfterProfile=False) | ProfileSession | |
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 |