![]() |
VR-Forces 4.0.4 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 makVrv::ScopedStatTimer::~ScopedStatTimer | ( | ) | [virtual] |
DTOR.
DtTimedSection makVrv::ScopedStatTimer::myTimedSection [protected] |
makVrv::DtStatsSet& makVrv::ScopedStatTimer::myStatsSet [protected] |
unsigned int makVrv::ScopedStatTimer::myIndex [protected] |