Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ StartTimer
Method
StartTimer
src/cryptopp/hrtimer.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void TimerBase::StartTimer()
61
{
62
m_last = m_start = GetCurrentTimerValue();
63
m_started = true;
64
}
65
66
double TimerBase::ElapsedTimeAsDouble()
67
{
Callers
7
wait.cpp
File · 0.80
DetectNoWait
Method · 0.80
DeriveKey
Method · 0.80
GeneralPump2
Method · 0.80
TimedFlush
Method · 0.80
ComputeCurrentSpeed
Method · 0.80
LimitedBandwidth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected