PyFoam.LogAnalysis.TimeLineAnalyzer module

Analyze Line for Time

class PyFoam.LogAnalysis.TimeLineAnalyzer.TimeLineAnalyzer(progress=False)[source]

Bases: PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer

Parses the line for the current time and makes it available to the parent analyzer (who makes it available to all of his children). This side-effect is important for all the other line-analyzers that need the time

__init__(progress=False)[source]

Constructs the analyzer

Parameters:progress – whether to print the time on the console
__module__ = 'PyFoam.LogAnalysis.TimeLineAnalyzer'
doAnalysis(line)[source]
notifyNewTime(m)[source]