MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / ~PerfInputScope

Method ~PerfInputScope

src/gui/SpectrumWidget.cpp:562–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 }
561
562 ~PerfInputScope()
563 {
564 if (!m_enabled)
565 return;
566 PerfTelemetry::instance().recordInputEvent(
567 m_kind,
568 static_cast<double>(PerfTelemetry::nowNs() - m_startNs) / 1000000.0);
569 }
570
571private:
572 const char* m_kind;

Callers

nothing calls this directly

Calls 1

recordInputEventMethod · 0.80

Tested by

no test coverage detected