Skip to main content

Module json_profiler

Module json_profiler 

Source
Expand description

JSON deserialization profiling for Phase 2.3

This module provides tools to profile JSON parsing performance and measure which Printable variants are hit most frequently.

Structs§

VariantCounters
Global counters for tracking Printable variant usage
VariantCounts
Snapshot of variant counts at a point in time
VariantPercentages

Functions§

get_counts
print_report
record_parse_error
record_variant
Global profiling interface
reset_counters