Package PyFoam :: Package LogAnalysis :: Module ExecutionTimeLineAnalyzer :: Class ExecutionTimeLineAnalyzer
[show private | hide private]
[frames | no frames]

Class ExecutionTimeLineAnalyzer

LogLineAnalyzer --+    
                  |    
   FileLineAnalyzer --+
                      |
                     ExecutionTimeLineAnalyzer


Parses lines for the execution time
Method Summary
  __init__(self)
  doAnalysis(self, line)
Writes total execution time and time needed since last time-step
    Inherited from FileLineAnalyzer
  setDirectory(self, oDir)
Creates the OutFileCollection-object
  setTitles(self, titles)
Sets the titles anews
    Inherited from LogLineAnalyzer
  getTime(self)
Return current time
  goOn(self)
If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false
  setParent(self, parent)
Introduces the LineAnalyzer to its supervisor

Class Variable Summary
str executionRegexp = '^ExecutionTime = (.+) s$'

Method Details

doAnalysis(self, line)

Writes total execution time and time needed since last time-step
Overrides:
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer.doAnalysis

Class Variable Details

executionRegexp

Type:
str
Value:
'^ExecutionTime = (.+) s$'                                             

Generated by Epydoc 2.1 on Tue Jan 17 17:06:22 2006 http://epydoc.sf.net