CITimerAutoProfiler

Class Hierarchy
C++
template <typename time>
class CITimerAutoProfiler;
File

ITimer.h

Description

This class is used for automatic profiling of a section of the code. Creates an instance of this class, and upon exiting from the code section.

CITimerAutoProfiler::m_pTimer Data Member
C++
ITimer* m_pTimer;
CITimerAutoProfiler::m_rTime Data Member
C++
time& m_rTime;
CITimerAutoProfiler::~CITimerAutoProfiler Destructor
C++
CITimerAutoProfiler::CITimerAutoProfiler Constructor
C++
CITimerAutoProfiler(ITimer* pTimer, time& rTime);