Searched refs:m_t0 (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.h58 wxLongLong m_t0; member in class:wxStopWatch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp128 m_t0 = wxGetLocalTimeMillis() - t;
135 m_t0 = (counter * 10000 / m_frequency) - t*10;
138 m_t0 = wxGetLocalTimeMillis() - t;
150 return (wxGetLocalTimeMillis() - m_t0).GetLo();
157 wxLongLong res = (counter * 10000 / m_frequency) - m_t0;
161 return (wxGetLocalTimeMillis() - m_t0).GetLo();

Completed in 96 milliseconds