71#ifndef Foam_functionObjects_parProfiling_H
72#define Foam_functionObjects_parProfiling_H
136 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
functionObject(const word &name, const bool withNamePrefix=defaultUseNamePrefix)
Construct from components.
Simple (simplistic) mpi-profiling.
virtual ~parProfiling()
Destructor. Disables profilingPstream.
TypeName("parProfiling")
Runtime type information.
parProfiling(const parProfiling &)=delete
No copy construct.
virtual bool execute()
Execute the function-object operations.
void report()
Report the current profiling information.
virtual bool write()
Write the function-object results (no-op).
virtual bool end()
Disables profilingPstream.
void operator=(const parProfiling &)=delete
No copy assignment.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.