Skip to main content

summarize

Function summarize 

Source
pub fn summarize(samples_ms: &[f64]) -> Option<Summary>
Expand description

Summarize raw timings. The Tukey fences (1.5 IQR) run first; the median CI uses the normal approximation to the binomial order-statistic interval, clamped to the sample range.