template <typename time> class CITimerAutoProfiler;
ITimer.h
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.
ITimer* m_pTimer;
time& m_rTime;
CITimerAutoProfiler(ITimer* pTimer, time& rTime);