PyFoam.Applications.ListProfilingInfo module

Application-class that implements pyFoamListProfilingInfo.py

class PyFoam.Applications.ListProfilingInfo.ListProfilingInfo(args=None, **kwargs)[source]

Bases: PyFoam.Applications.PyFoamApplication.PyFoamApplication, PyFoam.Applications.CommonSelectTimesteps.CommonSelectTimesteps

addOptions()[source]
printProfilingInfo(data, children, root, parallel=False)[source]

Prints the profiling info in a pseudo-graphical form

readProfilingInfo(fName)[source]

Read the info from a file and return a tuple with (date,children,root)

run()[source]