31 #endif // GUM_NO_INLINE 36 GUM_CONSTRUCTOR(
Timer);
std::chrono::high_resolution_clock::time_point _pause
Time of the last call to pause().
Class used to compute response times for benchmark purposes.
gum is the global namespace for all aGrUM entities
void reset()
Reset the timer.
Timer()
Default constructor (launching the timer).
bool _sleeping
False if running.
Timer & operator=(const Timer &timer)
Copy operator.
std::chrono::high_resolution_clock::time_point _start
Time of the last call to reset() or the constructor.
Class used to compute response times for benchmark purposesThis class represents a classic timer...