8 #ifndef __VRV_RUNTIMECLOCK_H__
9 #define __VRV_RUNTIMECLOCK_H__
47 std::chrono::time_point<std::chrono::steady_clock> m_start;
This class represents a clock to measure runtime.
Definition: runtimeclock.h:26
void Reset()
Resets the clock.
double GetSeconds() const
Get current runtime in seconds.