![]() |
VR-Forces 4.7 Class Documentation
|
DtProfileSampleClass is used to start/stop a profield 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=0, DtProfileNode::Attributes=DtProfileNode::ENONE) | |
| CTOR starts profile section. | |
| DtProfileSample (const std::string &n, DtProfileNode::Attributes=DtProfileNode::ENONE) | |
| ~DtProfileSample () | |
| DTOR stops profile section. | |
Private Attributes | |
| bool | enabled |
| const char * | name |
| const DtProfileNode::Attributes | attr |
| DtProfileTimestamp | start |
DtProfileSampleClass is used to start/stop a profield 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.
|
explicit |
CTOR starts profile section.
|
explicit |
| makVrf::DtProfileSample::~DtProfileSample | ( | ) |
DTOR stops profile section.
|
private |
|
private |
|
private |
|
private |