Blender V2.61 - r43446
Classes | Defines

btQuickprof.h File Reference

#include <stdio.h>
#include "btScalar.h"
#include "btAlignedAllocator.h"
#include <new>

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

Defines

#define USE_BT_CLOCK   1
#define BT_PROFILE(name)   CProfileSample __profile( name )

Define Documentation

#define BT_PROFILE (   name)    CProfileSample __profile( name )
#define USE_BT_CLOCK   1

Definition at line 30 of file btQuickprof.h.