#include <timings.h>
Public Member Functions | |
| void | dumpTimings () |
| Print a dump of all the statistics. | |
| void | addTiming (std::string name, unsigned long long int diff) |
| Insert a timing into the "database". | |
Private Attributes | |
| std::map< std::string, Timing > | timings |
Definition at line 50 of file timings.h.
|
||||||||||||
|
Insert a timing into the "database".
Definition at line 100 of file timings.h. References Timings::Timing::count, Timings::Timing::max, Timings::Timing::min, and Timings::Timing::sum. Referenced by Timer::end(). |
|
|
Print a dump of all the statistics.
|
1.3.5