Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setWaterfallLineDurationMs
Method
setWaterfallLineDurationMs
src/core/PerfTelemetry.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void PerfTelemetry::setWaterfallLineDurationMs(int ms)
332
{
333
m_waterfallLineDurationMs.store(ms, std::memory_order_relaxed);
334
}
335
336
void PerfTelemetry::recordPanCenterCommand()
337
{
Callers
5
primeProfileTracking
Method · 0.45
updateWaterfallView
Method · 0.45
loadSettings
Method · 0.45
setWfLineDuration
Method · 0.45
applyWaterfallStatus
Method · 0.45
Calls
no outgoing calls
Tested by
2
loadSettings
Method · 0.36
setWfLineDuration
Method · 0.36