abstract struct HDRHistogram::AbstractIterator
- HDRHistogram::AbstractIterator
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
hdr_histogram/abstract_iterator.crConstructors
Instance Method Summary
- #bucket_index : Int32
- #bucket_index=(bucket_index : Int32)
- #count_at_index : Int64
- #count_at_index=(count_at_index : Int64)
- #count_to_index : Int64
- #count_to_index=(count_to_index : Int64)
- #each(&)
- #highest_equivalent_value : Int64
- #highest_equivalent_value=(highest_equivalent_value : Int64)
- #histogram : Histogram
- #histogram=(histogram : Histogram)
- #step!
- #sub_bucket_index : Int32
- #sub_bucket_index=(sub_bucket_index : Int32)
- #value_from_index : Int64
- #value_from_index=(value_from_index : Int64)