|
__init__(self,
doTimelines=True,
doFiles=True,
singleFile=False,
startTime=None,
endTime=None)
x.__init__(...) initializes x; see help(type(x)) 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 object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
|
|
|
|
|
|
setMaster(self,
master)
Assign another line-analyzer that will do the actual data gathering |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
goOn(self)
If the analyzer thinks the simulation should be stopped (for instance
because of convergence) it returns false |
source code
|
|
|
|
|
|
|
writeProgress(self,
msg)
Let the parent write an additional progress message |
source code
|
|