Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ main
Function
main
tests/profile/audio_detector_breakdown.cpp:332–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
} // namespace fl
331
332
int main(int argc, char* argv[]) {
333
bool jsonOutput = (argc > 1 && fl::strcmp(argv[1],
"baseline"
) == 0);
334
return fl::runProfiler(jsonOutput);
335
}
Callers
nothing calls this directly
Calls
2
strcmp
Function · 0.85
runProfiler
Function · 0.70
Tested by
no test coverage detected