![]() |
VR-Forces Development_Version Class Documentation
|
Utility class for timing a scope block. More...
Public Member Functions | |
| ScopedStatTimer (unsigned int timerIndex, makVrv::DtStatsSet &statsSet) | |
| CTOR. | |
| virtual | ~ScopedStatTimer () |
| DTOR. | |
Protected Attributes | |
| DtTimedSection | myTimedSection |
| makVrv::DtStatsSet & | myStatsSet |
| unsigned int | myIndex |
Utility class for timing a scope block.
Starts timing in constructor, and records time elapsed into the stats set when it goes out of scope.
| makVrv::ScopedStatTimer::ScopedStatTimer | ( | unsigned int | timerIndex, |
| makVrv::DtStatsSet & | statsSet | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
|
protected |
|
protected |