Skip to main content

histogram_percentile_from_hdr

Function histogram_percentile_from_hdr 

Source
pub fn histogram_percentile_from_hdr(
    hdr: &Histogram<u64>,
    p: f64,
) -> Option<u32>
Expand description

Compute a percentile (p in 0.0..=1.0) from an HDR histogram, in x10 space.