![]() |
VR-Forces Developer's Guide
|
DtProfileSampleClass is used to start/stop a profiled section It is preferable to use the macro at the top of the header file to insert these objects into a function profile is started on creation and stopped on destruction.
Public Member Functions | |
| DtProfileSample (const char *name) | |
| ~DtProfileSample () | |
|
inline |
CTOR starts profile section.
References makVrv::DtProfileManager::startProfile().
|
inline |
DTOR stops profile section.
References makVrv::DtProfileManager::stopProfile().