Searched refs:GetElapsedTime (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstopwatch.h36 m_pause = GetElapsedTime();
54 long GetElapsedTime() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp144 long wxStopWatch::GetElapsedTime() const function in class:wxStopWatch
167 return m_pauseCount ? m_pause : GetElapsedTime();

Completed in 55 milliseconds