Expand description
Module containing the implementations of all Histogram
iterators.
Modules§
- all
- An iterator that iterates over histogram values.
- linear
- An iterator that iterates linearly over histogram values.
- log
- An iterator that iterates logarithmically over histogram values.
- quantile
- An iterator that iterates over histogram quantiles.
- recorded
- An iterator that iterates over recorded histogram values.
Structs§
- Histogram
Iterator HistogramIterator
provides a base iterator for aHistogram
.- Iteration
Value - The value emitted at each step when iterating over a
Histogram
. - Pick
Metadata - Extra information about the picked point in the histogram provided by the picker.
Traits§
- Picky
Iterator - A trait for designing an subset iterator over values in a
Histogram
.