Bullet Collision Detection & Physics Library
Classes | Macros
btQuickprof.h File Reference
#include "btScalar.h"
Include dependency graph for btQuickprof.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macros

#define USE_BT_CLOCK   1
 
#define BT_NO_PROFILE   1
 
#define BT_PROFILE(name)
 

Macro Definition Documentation

§ BT_NO_PROFILE

#define BT_NO_PROFILE   1

Definition at line 57 of file btQuickprof.h.

§ BT_PROFILE

#define BT_PROFILE (   name)

Definition at line 203 of file btQuickprof.h.

§ USE_BT_CLOCK

#define USE_BT_CLOCK   1

Definition at line 19 of file btQuickprof.h.