|
Cppcheck
|
#include <timer.h>
Public Member Functions | |
| TimerResults () | |
| void | ShowResults () const |
| virtual void | AddResults (const std::string &str, std::clock_t clocks) |
Private Attributes | |
| std::map< std::string, struct TimerResultsData > | _results |
| TimerResults::TimerResults | ( | ) | [inline] |
| void TimerResults::AddResults | ( | const std::string & | str, |
| std::clock_t | clocks | ||
| ) | [virtual] |
| void TimerResults::ShowResults | ( | ) | const |
Definition at line 34 of file timer.cpp.
References TimerResultsData::_clocks, _results, and TimerResultsData::seconds().
Referenced by CppCheck::~CppCheck().
std::map<std::string, struct TimerResultsData> TimerResults::_results [private] |
Definition at line 65 of file timer.h.
Referenced by AddResults(), and ShowResults().
1.7.6.1