|
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 int | FrameCounter = 0 |
| static unsigned long int | ResetTime = 0 |
The Manager for the Profile system.
Definition at line 169 of file btQuickprof.h.
Definition at line 527 of file btQuickprof.cpp.
|
static |
Definition at line 673 of file btQuickprof.cpp.
|
static |
Definition at line 624 of file btQuickprof.cpp.
Definition at line 181 of file btQuickprof.h.
|
static |
Definition at line 517 of file btQuickprof.cpp.
Definition at line 614 of file btQuickprof.cpp.
Definition at line 605 of file btQuickprof.cpp.
|
inlinestatic |
Definition at line 189 of file btQuickprof.h.
Definition at line 589 of file btQuickprof.cpp.
Definition at line 549 of file btQuickprof.cpp.
Definition at line 566 of file btQuickprof.cpp.
|
staticprivate |
Definition at line 197 of file btQuickprof.h.
Definition at line 198 of file btQuickprof.h.