Use the updated free_json and profile it

This commit is contained in:
2023-07-12 00:45:29 +01:00
parent 0360a2da35
commit 2d74f02138
3 changed files with 73 additions and 36 deletions

View File

@@ -15,6 +15,7 @@ enum profiler_ids {
PROFILER_ID_HAVERSINE_DISTANCE,
PROFILER_ID_HAVERSINE_AVG,
PROFILER_ID_TEAR_DOWN,
PROFILER_ID_FREE_JSON,
COUNT_PROFILER_IDS,
};