#include <timer.h>
◆ Timer()
localization_common::Timer::Timer |
( |
const std::string & |
timer_name = "" | ) |
|
|
explicit |
◆ last_value()
double localization_common::Timer::last_value |
( |
| ) |
const |
◆ Log()
void localization_common::Timer::Log |
( |
| ) |
const |
◆ LogEveryN()
void localization_common::Timer::LogEveryN |
( |
const int |
num_events_per_log | ) |
const |
◆ LogToCsv()
void localization_common::Timer::LogToCsv |
( |
std::ofstream & |
ofstream | ) |
const |
◆ LogToFile()
void localization_common::Timer::LogToFile |
( |
std::ofstream & |
ofstream | ) |
const |
◆ Start()
void localization_common::Timer::Start |
( |
| ) |
|
◆ Stop()
void localization_common::Timer::Stop |
( |
| ) |
|
◆ StopAndLog()
void localization_common::Timer::StopAndLog |
( |
| ) |
|
◆ StopAndLogEveryN()
void localization_common::Timer::StopAndLogEveryN |
( |
const int |
num_events_per_log | ) |
|
◆ StopAndVlogEveryN()
void localization_common::Timer::StopAndVlogEveryN |
( |
const int |
num_events_per_log, |
|
|
const int |
level |
|
) |
| |
◆ Vlog()
void localization_common::Timer::Vlog |
( |
const int |
level = 2 | ) |
const |
◆ VlogEveryN()
void localization_common::Timer::VlogEveryN |
( |
const int |
num_events_per_log, |
|
|
const int |
level |
|
) |
| const |
The documentation for this class was generated from the following files:
- localization/localization_common/include/localization_common/timer.h
- localization/localization_common/src/timer.cc