Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ GetTimerValue
Method
GetTimerValue
src/StatTree.h:850–853 ·
view source on GitHub ↗
* Get timer value. */
Source
from the content-addressed store, hash-verified
848
* Get timer value.
849
*/
850
uint64_t GetTimerValue() const
851
{
852
return m_value ? GetTickCount64() - m_value : 0;
853
}
854
855
/**
856
* Get timer value (in ticks).
Callers
1
GetUptimeMillis
Method · 0.80
Calls
1
GetTickCount64
Function · 0.85
Tested by
no test coverage detected