9 #ifndef CUBBYFLOW_TIMER_H 10 #define CUBBYFLOW_TIMER_H 30 std::chrono::steady_clock m_clock;
31 std::chrono::steady_clock::time_point m_startingPoint;
Timer()
Constructs the timer and start ticking.
double DurationInSeconds() const
Returns the time duration since the creation or reset in seconds.
void Reset()
Resets the timer.
Simple timer class.
Definition: Timer.h:17
Definition: pybind11Utils.h:24