|
__init__(self,
doTimelines=True,
doFiles=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
clockFirst(self)
Returns the Wall-Clock-Time of the first timestep |
source code
|
|
|
clockTotal(self)
Returns the total Wall-Clock-Time |
source code
|
|
|
timeFirst(self)
Returns the CPU-Time of the first timestep |
source code
|
|
|
|
Inherited from GeneralLineAnalyzer.GeneralLineAnalyzer :
doAnalysis ,
getTimeline ,
setDirectory ,
setTitles ,
tearDown ,
timeChanged
Inherited from LogLineAnalyzer.LogLineAnalyzer :
addListener ,
getTime ,
goOn ,
notify ,
setParent
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|