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 | mymin(a, b) (a > b ? a : b) |
Functions | |
void | Profile_Get_Ticks (unsigned long int *ticks) |
float | Profile_Get_Tick_Rate (void) |
Variables | |
static btClock | gProfileClock |
#define BT_USE_WINDOWS_TIMERS |
Definition at line 36 of file btQuickprof.cpp.
#define mymin | ( | a, | |
b | |||
) | (a > b ? a : b) |
Definition at line 55 of file btQuickprof.cpp.
#define NOIME |
Definition at line 40 of file btQuickprof.cpp.
#define NOMCX |
Definition at line 39 of file btQuickprof.cpp.
#define NOWINRES |
Definition at line 38 of file btQuickprof.cpp.
#define WIN32_LEAN_AND_MEAN |
Definition at line 37 of file btQuickprof.cpp.
|
inline |
Definition at line 247 of file btQuickprof.cpp.
|
inline |
Definition at line 242 of file btQuickprof.cpp.
|
static |
Definition at line 21 of file btQuickprof.cpp.