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

Function print_usage

tests/profile/benchmark_json_parsers.cpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void print_usage() {
174 printf("JSON Parser A/B Benchmark\n");
175 printf("Compares parse() (Legacy) vs parse2() (custom parser)\n\n");
176 printf("Usage:\n");
177 printf(" benchmark_json_parsers # Run both benchmarks (default)\n");
178 printf(" benchmark_json_parsers small # Run small JSON benchmark\n");
179 printf(" benchmark_json_parsers large # Run large JSON benchmark\n");
180}
181
182int main(int argc, char* argv[]) {
183 printf("\n\n");

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected