Files
openfoam/src/OpenFOAM/include/addProfilingOption.H
Mark Olesen be73d81a22 ENH: support '-profiling' command-line option
- this option overrides any controlDict settings as a convenient means
  to selecting profiling without messing with the controlDict.

- provide Profiling::writeNow() to emit profiling for utilities that
  don't have any natural time increment mechanism to trigger it.
2016-06-17 23:45:03 +02:00

6 lines
94 B
C

Foam::argList::addBoolOption
(
"profiling",
"activate application-level profiling"
);