openfoam/applications/test/clock
Mark Olesen e3367dbdc1 ENH: inline and extend clockValue, clockTime
- mostly wraps std::chrono so can inline much of it, which is potentially
  helpful when used for inner timings.

- add elapsedTime() method for direct cast to double and for
  naming similarity with wall-clock method.

Potential breaking change (minor):

- clockValue construct with a bool parameter is now simply tagged
  dispatch (value is ignored) and always queries the current clock
  value. This avoids needless branching.
  Since this constructor form has primarily been used internally (eg,
  clockTime), breakages in user code are not expected.
2020-05-29 15:48:21 +02:00
..
Make ENH: replace OSspecific clockValue with std::chrono version (#1278) 2019-04-11 10:07:54 +02:00
Test-clock.C ENH: inline and extend clockValue, clockTime 2020-05-29 15:48:21 +02:00