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

Function test_small_json_profiling

tests/profile/json_memory_profile.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470int test_small_json_profiling() {
471 profile_json_memory("SMALL JSON MEMORY PROFILE (10KB Synthetic)", STRESS_TEST_JSON);
472 return 0; // Success
473}
474
475int test_large_json_profiling() {
476 printf("\n\n");

Callers 1

mainFunction · 0.85

Calls 1

profile_json_memoryFunction · 0.85

Tested by

no test coverage detected