![]() |
VR-Forces Development_Version Class Documentation
|
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. More...
Public Member Functions | |
| DtProfileSample (const char *name) | |
| CTOR starts profile section. | |
| ~DtProfileSample () | |
| DTOR stops profile section. | |
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.
|
inline |
CTOR starts profile section.
References makVrv::DtProfileManager::startProfile().
|
inline |
DTOR stops profile section.
References makVrv::DtProfileManager::stopProfile().