Stopwatch.h
Go to the documentation of this file.
32 // [3]: https://stackoverflow.com/questions/38252022/does-standard-c11-guarantee-that-high-resolution-clock-measure-real-time-non
Definition: Stopwatch.h:19
void pause()
ends the current measurement period if needed; requires prior resume()
Definition: Stopwatch.cc:41
bool running() const
whether we are currently measuring time (i.e. between resume() and pause())
Definition: Stopwatch.h:40
bool ran() const
whether we ever measured time (i.e. resume() has been called)
Definition: Stopwatch.h:43