Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ StartTimer
Method
StartTimer
src/StatTree.h:830–830 ·
view source on GitHub ↗
* Starts the timer if it's not running. */
Source
from the content-addressed store, hash-verified
828
* Starts the timer if it's not running.
829
*/
830
void StartTimer() { if (!m_value) m_value = GetTickCount64(); }
831
832
/**
833
* Stops the timer.
Callers
2
AddReceivedBytes
Method · 0.45
AddSentBytes
Method · 0.45
Calls
1
GetTickCount64
Function · 0.85
Tested by
no test coverage detected