#include <MercuryTimer.h>
Public Member Functions | |
| void | Start (const MString &sName) |
| Start the timer. | |
| void | End (const MString &sName) |
| Stop the timer. | |
| void | Print () |
Private Attributes | |
| std::map< MString, BenchPoint > | m_mTotals |
Classes | |
| struct | BenchPoint |
| [internal] Benchmark Point More... | |
Definition at line 40 of file MercuryTimer.h.
| void MercuryTimerBenchmark::Start | ( | const MString & | sName | ) |
| void MercuryTimerBenchmark::End | ( | const MString & | sName | ) |
| void MercuryTimerBenchmark::Print | ( | ) |
Definition at line 162 of file MercuryTimer.cpp.
std::map< MString, BenchPoint > MercuryTimerBenchmark::m_mTotals [private] |
Definition at line 57 of file MercuryTimer.h.