Methods
|
|
|
|
appInit
|
appInit ( self )
|
|
main
|
main ( self, *args )
Print results.
|
|
optionHandler_C
|
optionHandler_C ( self )
Print caller stats.
|
|
optionHandler_c
|
optionHandler_c ( self )
Print callee stats.
|
|
optionHandler_cumulative
|
optionHandler_cumulative ( self )
Sort stats by cumulative time.
|
|
optionHandler_i
|
optionHandler_i ( self, inputFile )
Include a specific prof data file in outputs.
|
|
optionHandler_n
|
optionHandler_n ( self, numStats )
Set number of stats to print.
|
|
optionHandler_nfl
|
optionHandler_nfl ( self )
Sort stats by nfl (name, file, line).
|
|
optionHandler_t
|
optionHandler_t ( self )
Sort stats by time.
|
|
optionHandler_u
|
optionHandler_u ( self )
Update the stats.
|
|
readProfileResultsData
|
readProfileResultsData ( self, filename )
|
|
runProfile
|
runProfile ( self )
|
|
statusMessage
|
statusMessage (
self,
message,
verboseLevel=1,
)
|