#include <Timer.h>
|
std::chrono::time_point< std::chrono::high_resolution_clock > | t1 |
|
std::chrono::time_point< std::chrono::high_resolution_clock > | t2 |
|
bool | running {false} |
|
Definition at line 15 of file Timer.h.
◆ getElapsedTime()
template<typename Precision >
double Timer::getElapsedTime |
( |
| ) |
|
|
inline |
◆ isRunning()
bool Timer::isRunning |
( |
| ) |
const |
◆ reset()
◆ start()
◆ stop()
◆ running
bool Timer::running {false} |
|
private |
◆ t1
std::chrono::time_point<std::chrono::high_resolution_clock> Timer::t1 |
|
private |
Initial value:{
std::chrono::high_resolution_clock::now()}
Definition at line 46 of file Timer.h.
◆ t2
std::chrono::time_point<std::chrono::high_resolution_clock> Timer::t2 |
|
private |
Initial value:{
std::chrono::high_resolution_clock::now()}
Definition at line 48 of file Timer.h.
The documentation for this class was generated from the following files: