Triggers for starting/stopping code profiling. More...
Public Member Functions | |
| profilingTrigger () | |
| Default construct, no profiling trigger. More... | |
| profilingTrigger (const char *name) | |
| Construct profiling with given description. More... | |
| profilingTrigger (const string &name) | |
| Construct profiling with given description. More... | |
| ~profilingTrigger () | |
| Destructor. More... | |
| bool | running () const |
| True if the triggered profiling is active. More... | |
| void | stop () |
| Stop triggered profiling. More... | |
Triggers for starting/stopping code profiling.
Definition at line 50 of file profilingTrigger.H.
| profilingTrigger | ( | ) |
Default construct, no profiling trigger.
Definition at line 28 of file profilingTrigger.C.
| profilingTrigger | ( | const char * | name | ) |
Construct profiling with given description.
Descriptions beginning with 'application::' are reserved for internal use.
Definition at line 34 of file profilingTrigger.C.
| profilingTrigger | ( | const string & | name | ) |
Construct profiling with given description.
Descriptions beginning with 'application::' are reserved for internal use.
Definition at line 40 of file profilingTrigger.C.
| ~profilingTrigger | ( | ) |
Destructor.
Definition at line 48 of file profilingTrigger.C.
| bool running | ( | ) | const |
True if the triggered profiling is active.
Definition at line 56 of file profilingTrigger.C.
| void stop | ( | ) |
Stop triggered profiling.
Definition at line 62 of file profilingTrigger.C.
References profiling::unstack().

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.