Home
last modified time | relevance | path

Searched defs:HistogramBatch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Dhistogram.rs48 pub(crate) struct HistogramBatch { struct
49 buckets: Box<[u64]>,
50 configuration: HistogramType,
206 impl HistogramBatch { implementation
207 pub(crate) fn from_histogram(histogram: &Histogram) -> HistogramBatch { in from_histogram()