|
Blender
V3.3
|
#include <btQuickprof.h>
Public Member Functions | |
| CProfileSample (const char *name) | |
| ~CProfileSample (void) | |
ProfileSampleClass is a simple way to profile a function's scope Use the BT_PROFILE macro at the start of scope to time
Definition at line 190 of file btQuickprof.h.
| CProfileSample::CProfileSample | ( | const char * | name | ) |
Definition at line 794 of file btQuickprof.cpp.
References btEnterProfileZone().
| CProfileSample::~CProfileSample | ( | void | ) |
Definition at line 799 of file btQuickprof.cpp.