MCPcopy Create free account
hub / github.com/FastLED/FastLED / callsPerSec

Method callsPerSec

tests/profile/profile_audio_detectors.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 double callsPerSec() const {
79 return 1e9 / nsPerCall();
80 }
81
82 double relativeToBaseline(double baselineNsPerCall) const {
83 return nsPerCall() / baselineNsPerCall;

Callers 1

runProfilerFunction · 0.45

Calls 1

nsPerCallFunction · 0.85

Tested by

no test coverage detected