Skip to main content

write_snapshot_counters

Function write_snapshot_counters 

Source
fn write_snapshot_counters<S, L>(
    output: &mut MetricOutput,
    snapshot: &S,
    label_name: &'static str,
    read: fn(&S, L) -> u64,
)