#include <timer.h>
Definition at line 10 of file timer.h.
| long long int Timer::elapsedTimeMicroSec |
( |
| ) |
|
| long long int Timer::elapsedTimeMilliSec |
( |
| ) |
|
| long long int Timer::elapsedTimeNanoSec |
( |
| ) |
|
| long long int Timer::elaspedTimeSec |
( |
| ) |
|
| void Timer::endMeasure |
( |
| ) |
|
| bool Timer::isFinished |
( |
| ) |
|
| void Timer::startMeasure |
( |
| ) |
|
| void Timer::startTimer |
( |
int |
micro_secs | ) |
|
| std::chrono::steady_clock::time_point Timer::begin_ |
|
private |
| std::chrono::steady_clock::time_point Timer::end_ |
|
private |
| int Timer::micro_secs_ = 0 |
|
private |
| bool Timer::started_ = false |
|
private |
The documentation for this class was generated from the following files: