MCPcopy Create free account
hub / github.com/FastLED/FastLED / main

Function main

tests/profile/audio_detector_performance.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356} // namespace fl
357
358int main(int argc, char* argv[]) {
359 bool jsonOutput = (argc > 1 && fl::strcmp(argv[1], "baseline") == 0);
360 return fl::runProfiler(jsonOutput);
361}

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
runProfilerFunction · 0.70

Tested by

no test coverage detected