Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ nsPerCall
Method
nsPerCall
tests/profile/fft_cq_compare.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
fl::i64 totalNs;
92
int iterations;
93
double nsPerCall() const {
94
return static_cast<double>(totalNs) / iterations;
95
}
96
};
97
98
static BenchResult benchMode(Mode mode, const char *name,
Callers
1
benchSignal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected