Add data throughput calculation
This commit is contained in:
@@ -6,13 +6,11 @@ enum profiler_ids {
|
||||
PROFILER_ID_JSON_PARSE,
|
||||
PROFILER_ID_READ_JSON_FILE,
|
||||
PROFILER_ID_PARSER_SETUP,
|
||||
PROFILER_ID_LEX_GET_TOKEN,
|
||||
PROFILER_ID_PARSE_TOKEN,
|
||||
PROFILER_ID_PARSER_PARSE_TOKENS,
|
||||
PROFILER_ID_PARSER_TEAR_DOWN,
|
||||
PROFILER_ID_LOAD_JSON_PAIRS,
|
||||
PROFILER_ID_READ_BINARY,
|
||||
PROFILER_ID_HAVERSINE_SUM,
|
||||
PROFILER_ID_HAVERSINE_DISTANCE,
|
||||
PROFILER_ID_HAVERSINE_AVG,
|
||||
PROFILER_ID_TEAR_DOWN,
|
||||
PROFILER_ID_FREE_JSON,
|
||||
|
||||
Reference in New Issue
Block a user