Skip to main content

compute_stats

Function compute_stats 

Source
pub fn compute_stats(values: &[u32]) -> CcStats
Expand description

Mean / median / min / max / std / total over a complexity series.

Returns the default (all zeros, total = 0) for an empty input.