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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGetTickCount.cpp94 class MyTimer : public wxTimer class in inherits:wxTimer
97 MyTimer() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); Start(20); } function in class:MyTimer
107 static class MyTimer* mytimer;
109 // Initialization of the static MyTimer member variables.
110 uint32 MyTimer::tic32 = 0;
111 uint64 MyTimer::tic64 = 0;
115 mytimer = new MyTimer();
126 return MyTimer::GetTickCountNow();
131 return MyTimer::GetTickCountNow64();

Completed in 25 milliseconds