![]() |
VR-Forces 5.0.2 Developer's Guide
|
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.
Public Member Functions | |
| ScopedStatTimer (unsigned int timerIndex, makVrv::DtStatsSet &statsSet) | |
| virtual | ~ScopedStatTimer () |
Protected Attributes | |
| DtTimedSection | myTimedSection |
| makVrv::DtStatsSet & | myStatsSet |
| unsigned int | myIndex |
| makVrv::ScopedStatTimer::ScopedStatTimer | ( | unsigned int | timerIndex, |
| makVrv::DtStatsSet & | statsSet | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
|
protected |