| 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 767 of file btQuickprof.cpp.
| void btEnterProfileZoneDefault | ( | const char * | name | ) | 
Definition at line 706 of file btQuickprof.cpp.
| btEnterProfileZoneFunc* btGetCurrentEnterProfileZoneFunc | ( | ) | 
Definition at line 776 of file btQuickprof.cpp.
| btLeaveProfileZoneFunc* btGetCurrentLeaveProfileZoneFunc | ( | ) | 
Definition at line 780 of file btQuickprof.cpp.
| void btLeaveProfileZone | ( | ) | 
Definition at line 771 of file btQuickprof.cpp.
| void btLeaveProfileZoneDefault | ( | ) | 
Definition at line 709 of file btQuickprof.cpp.
| unsigned int btQuickprofGetCurrentThreadIndex2 | ( | ) | 
Definition at line 738 of file btQuickprof.cpp.
| void btSetCustomEnterProfileZoneFunc | ( | btEnterProfileZoneFunc * | enterFunc | ) | 
Definition at line 785 of file btQuickprof.cpp.
| void btSetCustomLeaveProfileZoneFunc | ( | btLeaveProfileZoneFunc * | leaveFunc | ) | 
Definition at line 789 of file btQuickprof.cpp.
| 
 | static | 
Definition at line 764 of file btQuickprof.cpp.
| 
 | static | 
Definition at line 765 of file btQuickprof.cpp.
 1.8.16
 1.8.16