Blender V2.61 - r43446
|
#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 170 of file btQuickprof.h.
CProfileSample::CProfileSample | ( | const char * | name | ) | [inline] |
Definition at line 172 of file btQuickprof.h.
References CProfileManager::Start_Profile().
CProfileSample::~CProfileSample | ( | void | ) | [inline] |
Definition at line 177 of file btQuickprof.h.
References CProfileManager::Stop_Profile().