#include <timers.h>
|
std::chrono::high_resolution_clock::time_point | begin |
|
std::chrono::high_resolution_clock::time_point | end |
|
std::string | name |
|
SCALE | sc |
|
bool | use |
|
Definition at line 30 of file timers.h.
◆ SCALE
◆ ScopeTimer()
aruco::ScopeTimer::ScopeTimer |
( |
std::string |
name_, |
|
|
bool |
use_ = true , |
|
|
SCALE |
_sc = MSEC |
|
) |
| |
|
inline |
◆ ~ScopeTimer()
aruco::ScopeTimer::~ScopeTimer |
( |
| ) |
|
|
inline |
◆ begin
std::chrono::high_resolution_clock::time_point aruco::ScopeTimer::begin |
◆ end
std::chrono::high_resolution_clock::time_point aruco::ScopeTimer::end |
◆ name
std::string aruco::ScopeTimer::name |
◆ sc
SCALE aruco::ScopeTimer::sc |
◆ use
bool aruco::ScopeTimer::use |
The documentation for this struct was generated from the following file: