Skip to main content

drain_stats

Function drain_stats 

Source
pub fn drain_stats() -> Vec<((&'static str, &'static str), u64)>
Expand description

Drain all counters accumulated on this thread since the last drain, as ((pass, key), total) in sorted order. The pipeline driver calls this once per round to log a statistics table.