Bullet Collision Detection & Physics Library
|
The Manager for the Profile system. More...
#include <btQuickprof.h>
Static Public Member Functions | |
static void | Start_Profile (const char *name) |
static void | Stop_Profile (void) |
static void | CleanupMemory (void) |
static void | Reset (void) |
static void | Increment_Frame_Counter (void) |
static int | Get_Frame_Count_Since_Reset (void) |
static float | Get_Time_Since_Reset (void) |
static CProfileIterator * | Get_Iterator (void) |
static void | Release_Iterator (CProfileIterator *iterator) |
static void | dumpRecursive (CProfileIterator *profileIterator, int spacing) |
static void | dumpAll () |
Static Private Attributes | |
static CProfileNode | Root |
static CProfileNode * | CurrentNode = &CProfileManager::Root |
static int | FrameCounter = 0 |
static unsigned long int | ResetTime = 0 |
The Manager for the Profile system.
Definition at line 146 of file btQuickprof.h.
|
inlinestatic |
Definition at line 151 of file btQuickprof.h.
|
static |
Definition at line 565 of file btQuickprof.cpp.
|
static |
Definition at line 516 of file btQuickprof.cpp.
|
inlinestatic |
Definition at line 158 of file btQuickprof.h.
|
inlinestatic |
Definition at line 161 of file btQuickprof.h.
|
static |
Definition at line 506 of file btQuickprof.cpp.
|
static |
Definition at line 497 of file btQuickprof.cpp.
|
inlinestatic |
Definition at line 166 of file btQuickprof.h.
|
static |
Definition at line 484 of file btQuickprof.cpp.
|
static |
Definition at line 456 of file btQuickprof.cpp.
|
static |
Definition at line 469 of file btQuickprof.cpp.
|
staticprivate |
Definition at line 174 of file btQuickprof.h.
|
staticprivate |
Definition at line 175 of file btQuickprof.h.
|
staticprivate |
Definition at line 176 of file btQuickprof.h.
|
staticprivate |
Definition at line 173 of file btQuickprof.h.