| 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 | 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 GetTickCount64 GetTickCount | 
Definition at line 48 of file btQuickprof.cpp.
| #define mymin | ( | a, | |
| b | |||
| ) | (a > b ? a : b) | 
Definition at line 60 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 260 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 255 of file btQuickprof.cpp.
| 
 | static | 
Definition at line 21 of file btQuickprof.cpp.
 1.8.11
 1.8.11