Stack based timer.
More...
|
| | StackTimer () |
| | Constructs a stack timer. More...
|
| |
| uint64_t | millis () const |
| | Gets the number of elapsed milliseconds since this logger was created. More...
|
| |
|
| using | Clock = std::chrono::steady_clock |
| |
◆ Clock
◆ StackTimer()
| catapult::utils::StackTimer::StackTimer |
( |
| ) |
|
|
inline |
Constructs a stack timer.
◆ millis()
| uint64_t catapult::utils::StackTimer::millis |
( |
| ) |
const |
|
inline |
Gets the number of elapsed milliseconds since this logger was created.
◆ m_start
| Clock::time_point catapult::utils::StackTimer::m_start |
|
private |
The documentation for this class was generated from the following file: