Bullet Collision Detection & Physics Library
Public Member Functions | List of all members
CProfileSample Class Reference

ProfileSampleClass is a simple way to profile a function's scope Use the BT_PROFILE macro at the start of scope to time. More...

#include <btQuickprof.h>

Public Member Functions

 CProfileSample (const char *name)
 
 ~CProfileSample (void)
 

Detailed Description

ProfileSampleClass is a simple way to profile a function's scope Use the BT_PROFILE macro at the start of scope to time.

Definition at line 190 of file btQuickprof.h.

Constructor & Destructor Documentation

◆ CProfileSample()

CProfileSample::CProfileSample ( const char *  name)

Definition at line 797 of file btQuickprof.cpp.

◆ ~CProfileSample()

CProfileSample::~CProfileSample ( void  )

Definition at line 802 of file btQuickprof.cpp.


The documentation for this class was generated from the following files: