MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / clipPreLimiterCount

Method clipPreLimiterCount

src/core/ClientFinalLimiter.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131quint64 ClientFinalLimiter::clipPreLimiterCount() const noexcept
132{
133 return m_meters.clipPreLimiterCount.load(std::memory_order_relaxed);
134}
135
136float ClientFinalLimiter::limiterActivityPct() const noexcept
137{

Callers 3

StripFinalOutputPanelMethod · 0.80
tickMetersMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected