MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / lastUpdateSeconds

Method lastUpdateSeconds

src/util/Timer.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134double Timer::lastUpdateSeconds() const
135{
136 return ((double)lastUpdateMilliseconds())/1000.0;
137}
138
139
140unsigned long Timer::lastUpdateMilliseconds() const

Callers 1

processInputQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected