#include <timers.h>
|
| std::string | _name |
| |
| std::chrono::high_resolution_clock::time_point | _s |
| |
| double | n = 0 |
| |
| double | sum = 0 |
| |
Definition at line 182 of file timers.h.
◆ SCALE
◆ Timer() [1/2]
◆ Timer() [2/2]
| aruco::Timer::Timer |
( |
std::string |
name | ) |
|
|
inline |
◆ end()
| void aruco::Timer::end |
( |
| ) |
|
|
inline |
◆ getAverage()
| double aruco::Timer::getAverage |
( |
SCALE |
sc = MSEC | ) |
const |
|
inline |
◆ print()
◆ setName()
| void aruco::Timer::setName |
( |
std::string |
name | ) |
|
|
inline |
◆ start()
| void aruco::Timer::start |
( |
| ) |
|
|
inline |
◆ _name
| std::string aruco::Timer::_name |
◆ _s
| std::chrono::high_resolution_clock::time_point aruco::Timer::_s |
| double aruco::Timer::n = 0 |
◆ sum
| double aruco::Timer::sum = 0 |
The documentation for this struct was generated from the following file: