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 141 of file btQuickprof.h.
|
inlinestatic |
Definition at line 146 of file btQuickprof.h.
|
static |
Definition at line 553 of file btQuickprof.cpp.
|
static |
Definition at line 504 of file btQuickprof.cpp.
|
inlinestatic |
Definition at line 153 of file btQuickprof.h.
|
inlinestatic |
Definition at line 156 of file btQuickprof.h.
|
static |
Definition at line 494 of file btQuickprof.cpp.
|
static |
Definition at line 485 of file btQuickprof.cpp.
|
inlinestatic |
Definition at line 161 of file btQuickprof.h.
|
static |
Definition at line 472 of file btQuickprof.cpp.
|
static |
Definition at line 444 of file btQuickprof.cpp.
|
static |
Definition at line 457 of file btQuickprof.cpp.
|
staticprivate |
Definition at line 169 of file btQuickprof.h.
|
staticprivate |
Definition at line 170 of file btQuickprof.h.
|
staticprivate |
Definition at line 171 of file btQuickprof.h.
|
staticprivate |
Definition at line 168 of file btQuickprof.h.