Type Alias fidl_fuchsia_metrics::IntegerHistogram
source · pub type IntegerHistogram = Vec<HistogramBucket>;
Expand description
A histogram that assigns a count to each of several integer ranges. To save space/memory/bandwidth, each bucket index should only be included once, and empty buckets should not be included. The order of the vector is immaterial.
Aliased Type§
struct IntegerHistogram { /* private fields */ }