This class collects information and methods that are needed for
handling analyzers
|
__init__(self,
filename,
analyzer,
doPickling=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
lineHandle(self,
line)
Not to be called: calls the analyzer for the current line |
source code
|
|
|
|
|
getDirname(self)
Get the name of the directory where the data is written to |
source code
|
|
|
|
|
|
|
createPlots(self,
persist=None,
raiseit=False,
splitThres=2048,
plotLinear=True,
plotCont=True,
plotBound=True,
plotIterations=True,
plotCourant=True,
plotExecution=True,
plotDeltaT=True,
start=None,
end=None,
writeFiles=False,
customRegexp=None,
plottingImplementation="dummy") |
source code
|
|
|
picklePlots(self,
wait=False)
Writes the necessary information for the plots permanently to disc,
so that it doesn't have to be generated again |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|