MCPcopy 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
332int 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

strcmpFunction · 0.85
runProfilerFunction · 0.70

Tested by

no test coverage detected