| Bullet Collision Detection & Physics Library
    | 
#include "btScalar.h"

Go to the source code of this file.
| Classes | |
| class | btClock | 
| The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.  More... | |
| class | CProfileSample | 
| ProfileSampleClass is a simple way to profile a function's scope Use the BT_PROFILE macro at the start of scope to time.  More... | |
| Macros | |
| #define | USE_BT_CLOCK 1 | 
| #define | BT_NO_PROFILE 1 | 
| #define | BT_PROFILE(name) CProfileSample __profile(name) | 
| Typedefs | |
| typedef void() | btEnterProfileZoneFunc(const char *msg) | 
| typedef void() | btLeaveProfileZoneFunc() | 
| Functions | |
| btEnterProfileZoneFunc * | btGetCurrentEnterProfileZoneFunc () | 
| btLeaveProfileZoneFunc * | btGetCurrentLeaveProfileZoneFunc () | 
| void | btSetCustomEnterProfileZoneFunc (btEnterProfileZoneFunc *enterFunc) | 
| void | btSetCustomLeaveProfileZoneFunc (btLeaveProfileZoneFunc *leaveFunc) | 
| unsigned int | btQuickprofGetCurrentThreadIndex2 () | 
| Variables | |
| const unsigned int | BT_QUICKPROF_MAX_THREAD_COUNT = 64 | 
| #define BT_NO_PROFILE 1 | 
Definition at line 64 of file btQuickprof.h.
| #define BT_PROFILE | ( | name | ) | CProfileSample __profile(name) | 
Definition at line 197 of file btQuickprof.h.
| #define USE_BT_CLOCK 1 | 
Definition at line 16 of file btQuickprof.h.
| typedef void() btEnterProfileZoneFunc(const char *msg) | 
Definition at line 54 of file btQuickprof.h.
| typedef void() btLeaveProfileZoneFunc() | 
Definition at line 55 of file btQuickprof.h.
| btEnterProfileZoneFunc* btGetCurrentEnterProfileZoneFunc | ( | ) | 
Definition at line 776 of file btQuickprof.cpp.
| btLeaveProfileZoneFunc* btGetCurrentLeaveProfileZoneFunc | ( | ) | 
Definition at line 780 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.
| const unsigned int BT_QUICKPROF_MAX_THREAD_COUNT = 64 | 
Definition at line 67 of file btQuickprof.h.
 1.8.16
 1.8.16