Classes | |
| class | StopwatchTimer |
| This class represents a single timer which measures the execution time of a single thread for a given clock type. More... | |
Enumerations | |
| enum class | timeunit_t : size_t { NANOSEC = 1 , MICROSEC = NANOSEC * 1000 , MILLISEC = MICROSEC * 1000 , SECONDS = MILLISEC * 1000 , MINUTES = SECONDS * 60 , HOURS = MINUTES * 60 , DAYS = HOURS * 24 } |
Functions | |
| template<clockid_t clock_type> | |
| std::ostream & | operator<< (std::ostream &os, const StopwatchTimer< clock_type > &stopwatch) |
|
strong |
|
inline |
References nest::timers::StopwatchTimer< clock_type >::print(), and SECONDS.