btQuickprof.h File Reference

#include "btScalar.h"
#include "btAlignedAllocator.h"
#include <new>
#include <sys/time.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...
class  CProfileNode
 A node in the Profile Hierarchy Tree. More...
class  CProfileIterator
 An iterator to navigate through the tree. More...
class  CProfileManager
 The Manager for the Profile system. 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...

Defines

#define USE_BT_CLOCK   1
#define mymin(a, b)   (a > b ? a : b)
#define BT_PROFILE(name)   CProfileSample __profile( name )

Define Documentation

#define BT_PROFILE ( name   )     CProfileSample __profile( name )

Definition at line 358 of file btQuickprof.h.

#define mymin ( a,
 )     (a > b ? a : b)

Definition at line 61 of file btQuickprof.h.

#define USE_BT_CLOCK   1

Definition at line 30 of file btQuickprof.h.


Generated on Mon Feb 15 22:19:40 2010 for Bullet Collision Detection & Physics Library by  doxygen 1.6.1