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