Public Member Functions

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>

List of all members.

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 177 of file btQuickprof.h.


Constructor & Destructor Documentation

CProfileSample::CProfileSample ( const char *  name  )  [inline]

Definition at line 179 of file btQuickprof.h.

CProfileSample::~CProfileSample ( void   )  [inline]

Definition at line 184 of file btQuickprof.h.


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