Struct hdrhistogram::CountIterItem
[−]
[src]
pub struct CountIterItem { pub count_added_in_this_iteration_step: u64, pub count: u64, pub value: u64, pub highest_equivalent_value: u64, pub median_equivalent_value: u64, pub lowest_equivalent_value: u64, // some fields omitted }
Iterator result producing counts.
Fields
count_added_in_this_iteration_step | The count of recorded values in the histogram that were added to the |
count | The sum of all recorded values in the histogram at values equal or smaller than |
value | The actual value level that was iterated to by the iterator |
highest_equivalent_value | Highest value equivalent to |
median_equivalent_value | Median value equivalent to |
lowest_equivalent_value | Lowest value equivalent to |