#include <timer.h>
Definition at line 31 of file timer.h.
◆ Timer() [1/2]
Timer::Timer |
( |
const std::string & |
id = "" , |
|
|
const bool |
report = false |
|
) |
| |
|
inline |
◆ ~Timer()
◆ Timer() [2/2]
Timer::Timer |
( |
const Timer & |
| ) |
|
|
private |
◆ elapsed_msec()
double Timer::elapsed_msec |
( |
| ) |
const |
◆ elapsed_sec()
double Timer::elapsed_sec |
( |
| ) |
const |
◆ get_counter()
unsigned long Timer::get_counter |
( |
| ) |
const |
◆ operator=()
◆ report()
◆ reset()
◆ start()
◆ stop()
◆ timestamp()
void Timer::timestamp |
( |
| ) |
|
|
static |
◆ class_name
const std::string Timer::class_name = "Timer" |
|
static |
◆ is_started
◆ m_counter
unsigned long Timer::m_counter |
|
private |
◆ m_elapsed
◆ m_id
◆ m_report_on_exit
bool Timer::m_report_on_exit |
|
private |
◆ m_start
The documentation for this class was generated from the following files: