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

Function main

tests/profile/fft_cq_compare.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359extern "C" void runner_setup_crash_handler();
360
361int main(int argc, char *argv[]) {
362 runner_setup_crash_handler();
363 bool jsonOutput = (argc > 1 && fl::strcmp(argv[1], "baseline") == 0);
364 return fl::runBenchmark(jsonOutput);
365}

Callers

nothing calls this directly

Calls 3

strcmpFunction · 0.85
runBenchmarkFunction · 0.85

Tested by

no test coverage detected