Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runProfiler
Function · 0.45
Calls
1
nsPerCall
Function · 0.85
Tested by
no test coverage detected