#include <timers.h>
|
| std::string | _name |
| |
| std::vector< std::string > | names |
| |
| SCALE | sc |
| |
| std::vector< std::chrono::high_resolution_clock::time_point > | vtimes |
| |
Definition at line 92 of file timers.h.
◆ SCALE
◆ ScopedTimerEvents()
| aruco::ScopedTimerEvents::ScopedTimerEvents |
( |
std::string |
name = "", |
|
|
bool |
start = true, |
|
|
SCALE |
_sc = MSEC |
|
) |
| |
|
inline |
◆ ~ScopedTimerEvents()
| aruco::ScopedTimerEvents::~ScopedTimerEvents |
( |
| ) |
|
|
inline |
◆ add()
| void aruco::ScopedTimerEvents::add |
( |
std::string |
name | ) |
|
|
inline |
◆ addspaces()
| void aruco::ScopedTimerEvents::addspaces |
( |
std::vector< std::string > & |
str | ) |
|
|
inline |
◆ _name
| std::string aruco::ScopedTimerEvents::_name |
◆ names
| std::vector<std::string> aruco::ScopedTimerEvents::names |
◆ sc
| SCALE aruco::ScopedTimerEvents::sc |
◆ vtimes
| std::vector<std::chrono::high_resolution_clock::time_point> aruco::ScopedTimerEvents::vtimes |
The documentation for this struct was generated from the following file: