#include <performance_evaluator.h>
|
void | start () |
|
double | stop () |
|
void | reset () |
|
double | last () const |
|
double | total () const |
|
void | store (const std::string &s, double time) |
|
double | get (const std::string &s) |
|
bool | find (const std::string &s) |
|
Definition at line 13 of file performance_evaluator.h.
◆ find()
bool PerformanceEvaluator::find |
( |
const std::string & |
s | ) |
|
|
inline |
◆ get()
double PerformanceEvaluator::get |
( |
const std::string & |
s | ) |
|
|
inline |
◆ last()
double PerformanceEvaluator::last |
( |
| ) |
const |
|
inline |
◆ reset()
void PerformanceEvaluator::reset |
( |
| ) |
|
|
inline |
◆ start()
void PerformanceEvaluator::start |
( |
| ) |
|
|
inline |
◆ stop()
double PerformanceEvaluator::stop |
( |
| ) |
|
|
inline |
◆ store()
void PerformanceEvaluator::store |
( |
const std::string & |
s, |
|
|
double |
time |
|
) |
| |
|
inline |
◆ total()
double PerformanceEvaluator::total |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: