pub fn histogram_percentile_from_hdr( hdr: &Histogram<u64>, p: f64, ) -> Option<u32>
Compute a percentile (p in 0.0..=1.0) from an HDR histogram, in x10 space.
p