Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ usPerCall
Method
usPerCall
tests/profile/audio_detector_performance.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
int iterations;
97
98
double usPerCall() const {
99
return duration_us / static_cast<double>(iterations);
100
}
101
102
double callsPerSec() const {
103
return 1e6 / usPerCall();
Callers
1
runProfiler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected