15 #ifndef BORNAGAIN_FIT_TOOLS_WALLCLOCKTIMER_H
16 #define BORNAGAIN_FIT_TOOLS_WALLCLOCKTIMER_H
37 std::unique_ptr<WallclockTimerState>
m_state;
A timer for measuring real (wall-clock) time spent between 'start' and 'stop' commands.
double runTime() const
returns run time in sec.
std::unique_ptr< WallclockTimerState > m_state
Internal state of a WallclockTimer object.