Computation of min, max and mean time from a set of measurements.
More...
#include <hpp/util/timer.hh>
Computation of min, max and mean time from a set of measurements.
◆ clock_type
◆ duration_type
◆ time_point
◆ TimeCounter()
| hpp::debug::TimeCounter::TimeCounter |
( |
const std::string & |
name | ) |
|
◆ last()
| double hpp::debug::TimeCounter::last |
( |
| ) |
|
◆ max()
| double hpp::debug::TimeCounter::max |
( |
| ) |
const |
◆ mean()
| double hpp::debug::TimeCounter::mean |
( |
| ) |
const |
◆ min()
| double hpp::debug::TimeCounter::min |
( |
| ) |
const |
◆ print()
| std::ostream & hpp::debug::TimeCounter::print |
( |
std::ostream & |
os | ) |
const |
◆ reset()
| void hpp::debug::TimeCounter::reset |
( |
| ) |
|
◆ start()
| void hpp::debug::TimeCounter::start |
( |
| ) |
|
◆ stop()
| double hpp::debug::TimeCounter::stop |
( |
| ) |
|
◆ totalTime()
| double hpp::debug::TimeCounter::totalTime |
( |
| ) |
const |
The documentation for this class was generated from the following files: