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

Function main

tests/profile/profile_audio_detectors.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197} // namespace fl
198
199int main(int argc, char* argv[]) {
200 bool jsonOutput = (argc > 1 && fl::strcmp(argv[1], "baseline") == 0);
201 return fl::runProfiler(jsonOutput);
202}

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
runProfilerFunction · 0.70

Tested by

no test coverage detected