High resolution timer. More...
#include <Timer.h>
Public Member Functions | |
Timer () | |
Start the timer. | |
void | start () noexcept |
Reset the timer to the current time. | |
double | stop () noexcept |
Return the number of milliseconds elapsed since the timer was last reset. | |