Bullet Collision Detection & Physics Library
|
Go to the source code of this file.
Classes | |
struct | btClockData |
Macros | |
#define | BT_USE_WINDOWS_TIMERS |
#define | WIN32_LEAN_AND_MEAN |
#define | NOWINRES |
#define | NOMCX |
#define | NOIME |
#define | GetTickCount64 GetTickCount |
#define | mymin(a, b) (a > b ? a : b) |
Functions | |
void | btEnterProfileZoneDefault (const char *name) |
void | btLeaveProfileZoneDefault () |
unsigned int | btQuickprofGetCurrentThreadIndex2 () |
void | btEnterProfileZone (const char *name) |
void | btLeaveProfileZone () |
btEnterProfileZoneFunc * | btGetCurrentEnterProfileZoneFunc () |
btLeaveProfileZoneFunc * | btGetCurrentLeaveProfileZoneFunc () |
void | btSetCustomEnterProfileZoneFunc (btEnterProfileZoneFunc *enterFunc) |
void | btSetCustomLeaveProfileZoneFunc (btLeaveProfileZoneFunc *leaveFunc) |
Variables | |
static btEnterProfileZoneFunc * | bts_enterFunc = btEnterProfileZoneDefault |
static btLeaveProfileZoneFunc * | bts_leaveFunc = btLeaveProfileZoneDefault |
#define BT_USE_WINDOWS_TIMERS |
Definition at line 35 of file btQuickprof.cpp.
#define GetTickCount64 GetTickCount |
Definition at line 47 of file btQuickprof.cpp.
#define mymin | ( | a, | |
b | |||
) | (a > b ? a : b) |
Definition at line 64 of file btQuickprof.cpp.
#define NOIME |
Definition at line 39 of file btQuickprof.cpp.
#define NOMCX |
Definition at line 38 of file btQuickprof.cpp.
#define NOWINRES |
Definition at line 37 of file btQuickprof.cpp.
#define WIN32_LEAN_AND_MEAN |
Definition at line 36 of file btQuickprof.cpp.
void btEnterProfileZone | ( | const char * | name | ) |
Definition at line 770 of file btQuickprof.cpp.
void btEnterProfileZoneDefault | ( | const char * | name | ) |
Definition at line 706 of file btQuickprof.cpp.
btEnterProfileZoneFunc * btGetCurrentEnterProfileZoneFunc | ( | ) |
Definition at line 779 of file btQuickprof.cpp.
btLeaveProfileZoneFunc * btGetCurrentLeaveProfileZoneFunc | ( | ) |
Definition at line 783 of file btQuickprof.cpp.
void btLeaveProfileZone | ( | ) |
Definition at line 774 of file btQuickprof.cpp.
void btLeaveProfileZoneDefault | ( | ) |
Definition at line 709 of file btQuickprof.cpp.
unsigned int btQuickprofGetCurrentThreadIndex2 | ( | ) |
Definition at line 741 of file btQuickprof.cpp.
void btSetCustomEnterProfileZoneFunc | ( | btEnterProfileZoneFunc * | enterFunc | ) |
Definition at line 788 of file btQuickprof.cpp.
void btSetCustomLeaveProfileZoneFunc | ( | btLeaveProfileZoneFunc * | leaveFunc | ) |
Definition at line 792 of file btQuickprof.cpp.
|
static |
Definition at line 767 of file btQuickprof.cpp.
|
static |
Definition at line 768 of file btQuickprof.cpp.