jubilant-funicular
|
represents a timer More...
#include <Timer.h>
Public Member Functions | |
Timer () | |
constructor and destructor | |
virtual void | begin () |
begins timer | |
virtual long double | end () const |
return time since beginning of timer in nanoseconds | |
Protected Attributes | |
std::chrono::time_point< std::chrono::high_resolution_clock, std::chrono::nanoseconds > | m_startPoint |