#include <Profiler.h>
Public Member Functions | |
| Profiler (std::string name="Generic Profile") | |
| ~Profiler () | |
| void | Start () |
| void | End () |
| void | PrintResults () |
Protected Attributes | |
| std::string | m_name |
| unsigned int | m_startTime |
| unsigned int | m_endTime |
Definition at line 8 of file Profiler.h.
| Profiler::Profiler | ( | std::string | name = "Generic Profile" |
) | [inline] |
Definition at line 11 of file Profiler.h.
| Profiler::~Profiler | ( | ) | [inline] |
Definition at line 12 of file Profiler.h.
| void Profiler::End | ( | ) | [inline] |
Definition at line 15 of file Profiler.h.
| void Profiler::PrintResults | ( | ) | [inline] |
Definition at line 17 of file Profiler.h.
| void Profiler::Start | ( | ) | [inline] |
Definition at line 14 of file Profiler.h.
unsigned int Profiler::m_endTime [protected] |
Definition at line 29 of file Profiler.h.
std::string Profiler::m_name [protected] |
Definition at line 28 of file Profiler.h.
unsigned int Profiler::m_startTime [protected] |
Definition at line 29 of file Profiler.h.
1.5.9