Searched refs:tic64 (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.cpp97 MyTimer() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); Start(20); }
99 static uint64 GetTickCountNow64() { return tic64; }
101 void Notify() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); }
104 static uint64 tic64; member in class:MyTimer
111 uint64 MyTimer::tic64 = 0; member in class:MyTimer

Completed in 109 milliseconds