Stopwatch.hh
Go to the documentation of this file.
The Stopwatch keeps track of time spent in the run state, accessed through ElapsedRunTime(),...
Definition: Stopwatch.hh:62
bool operator!=(const Stopwatch &_watch) const
Inequality operator.
void Reset()
Reset the stopwatch. This resets the start time, stop time, elapsed duration and elapsed stop duratio...
clock::duration ElapsedRunTime() const
Get the amount of time that the stop watch has been running. This is the total amount of run time,...
clock::time_point StartTime() const
Get the time when the stopwatch was started.
clock::time_point StopTime() const
Get the time when the stopwatch was last stopped.
Stopwatch & operator=(const Stopwatch &_watch)
Copy assignment operator.
clock::duration ElapsedStopTime() const
Get the amount of time that the stop watch has been stopped. This is the total amount of stop time,...
Stopwatch & operator=(Stopwatch &&_watch)
Move assignment operator.
bool operator==(const Stopwatch &_watch) const
Equality operator.
Definition: Angle.hh:43