Searched refs:lastLoopTick (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 DUploadBandwidthThrottler.cpp285 uint32 lastLoopTick = GetTickCountFullRes(); local
293 uint32 timeSinceLastLoop = GetTickCountFullRes() - lastLoopTick;
332 timeSinceLastLoop = thisLoopTick - lastLoopTick;
333 lastLoopTick = thisLoopTick;

Completed in 53 milliseconds