timer.hpp
Go to the documentation of this file.
double elapsedTime()
Get the time elapsed since the initialization.
Definition timer.hpp:64
double intervalDelay()
Get the time elapsed since the last call at resetInterval.
Definition timer.hpp:87
double initialize(double startTime=0.0)
Set the start time.
Definition timer.hpp:49