Public Types | |
typedef std::chrono::high_resolution_clock | clock |
typedef std::chrono::nanoseconds | timestep |
Public Member Functions | |
Timer (bool run=false) | |
void | reset () |
timestep | elapsed () const |
Friends | |
template<typename T , typename Traits > | |
std::basic_ostream< T, Traits > & | operator<< (std::basic_ostream< T, Traits > &out, const Timer &timer) |
typedef std::chrono::high_resolution_clock GlobalRegistration::Utils::Timer::clock |
typedef std::chrono::nanoseconds GlobalRegistration::Utils::Timer::timestep |
|
inlineexplicit |
|
inline |
|
inline |
|
friend |