Bullet Collision Detection & Physics Library
Classes | Macros | Functions | Variables
btQuickprof.cpp File Reference
#include "btQuickprof.h"
#include <windows.h>
#include <time.h>
#include <stdio.h>
Include dependency graph for btQuickprof.cpp:

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 mymin(a, b)   (a > b ? a : b)
 

Functions

void Profile_Get_Ticks (unsigned long int *ticks)
 
float Profile_Get_Tick_Rate (void)
 

Variables

static btClock gProfileClock
 

Macro Definition Documentation

#define BT_USE_WINDOWS_TIMERS

Definition at line 36 of file btQuickprof.cpp.

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

Definition at line 55 of file btQuickprof.cpp.

#define NOIME

Definition at line 40 of file btQuickprof.cpp.

#define NOMCX

Definition at line 39 of file btQuickprof.cpp.

#define NOWINRES

Definition at line 38 of file btQuickprof.cpp.

#define WIN32_LEAN_AND_MEAN

Definition at line 37 of file btQuickprof.cpp.

Function Documentation

float Profile_Get_Tick_Rate ( void  )
inline

Definition at line 247 of file btQuickprof.cpp.

void Profile_Get_Ticks ( unsigned long int *  ticks)
inline

Definition at line 242 of file btQuickprof.cpp.

Variable Documentation

btClock gProfileClock
static

Definition at line 21 of file btQuickprof.cpp.