Code::Blocks
SVN r11506
|
#include <profiletimer.h>
Public Member Functions | |
ProfileTimerData () | |
void | Zero () |
Public Attributes | |
wxStopWatch | m_StopWatch |
size_t | m_CallTimes |
size_t | m_Count |
Definition at line 30 of file profiletimer.h.
ProfileTimerData::ProfileTimerData | ( | ) |
Definition at line 17 of file profiletimer.cpp.
References m_StopWatch, and wxStopWatch::Pause().
void ProfileTimerData::Zero | ( | ) |
Definition at line 22 of file profiletimer.cpp.
References m_CallTimes, m_Count, m_StopWatch, wxStopWatch::Pause(), and wxStopWatch::Start().
size_t ProfileTimerData::m_CallTimes |
Definition at line 37 of file profiletimer.h.
Referenced by Zero().
size_t ProfileTimerData::m_Count |
Definition at line 38 of file profiletimer.h.
Referenced by ProfileTimerHelper::ProfileTimerHelper(), Zero(), and ProfileTimerHelper::~ProfileTimerHelper().
wxStopWatch ProfileTimerData::m_StopWatch |
Definition at line 36 of file profiletimer.h.
Referenced by ProfileTimerData(), ProfileTimerHelper::ProfileTimerHelper(), Zero(), and ProfileTimerHelper::~ProfileTimerHelper().