34 #endif // GUM_NO_INLINE 39 GUM_CONSTRUCTOR(
Timer);
std::chrono::high_resolution_clock::time_point _pause
Time of the last call to pause().
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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...