Searched defs:HistogramBatch (Results 1 – 1 of 1) sorted by relevance
48 pub(crate) struct HistogramBatch { struct49 buckets: Box<[u64]>,50 configuration: HistogramType,206 impl HistogramBatch { implementation207 pub(crate) fn from_histogram(histogram: &Histogram) -> HistogramBatch { in from_histogram()