PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer module
Check for Execution-Time information
- class PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.ExecutionTimeLineAnalyzer[source]
Bases:
GeneralExecutionLineAnalyzerParses lines for the execution time
- __annotations__ = {}
- __init__()[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer'
- class PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.GeneralExecutionLineAnalyzer(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]
Bases:
GeneralLineAnalyzerParses lines for the execution time
- __annotations__ = {}
- __init__(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer'
- addToFiles(match)[source]
Method that adds matched data to files
- Parameters:
match – data matched by a regular expression
- class PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer.TimeLineExecutionTimeLineAnalyzer[source]
Bases:
GeneralExecutionLineAnalyzerParses lines for the execution time
- __annotations__ = {}
- __init__()[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.ExecutionTimeLineAnalyzer'