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