MCPcopy 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
60void TimerBase::StartTimer()
61{
62 m_last = m_start = GetCurrentTimerValue();
63 m_started = true;
64}
65
66double TimerBase::ElapsedTimeAsDouble()
67{

Callers 7

wait.cppFile · 0.80
DetectNoWaitMethod · 0.80
DeriveKeyMethod · 0.80
GeneralPump2Method · 0.80
TimedFlushMethod · 0.80
ComputeCurrentSpeedMethod · 0.80
LimitedBandwidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected