Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hdrhistogram
master
HDRHistogram
AbstractIterator
Codec
Histogram
Iterator
PercentileIterator
Reader
RecordedValuesIterator
Writer
Built with Crystal 1.9.2
2023-10-07 22:00:44 UTC
struct
HDRHistogram::RecordedValuesIterator
HDRHistogram::RecordedValuesIterator
HDRHistogram::AbstractIterator
Struct
Value
Object
Defined in:
hdr_histogram/recorded_values_iterator.cr
Constructors
.new
(histogram)
Instance Method Summary
#count_added_this_step
: Int64
#count_added_this_step=
(count_added_this_step : Int64)
#step!
Instance methods inherited from struct
HDRHistogram::AbstractIterator
bucket_index : Int32
bucket_index
,
bucket_index=(bucket_index : Int32)
bucket_index=
,
count_at_index : Int64
count_at_index
,
count_at_index=(count_at_index : Int64)
count_at_index=
,
count_to_index : Int64
count_to_index
,
count_to_index=(count_to_index : Int64)
count_to_index=
,
each(&)
each
,
highest_equivalent_value : Int64
highest_equivalent_value
,
highest_equivalent_value=(highest_equivalent_value : Int64)
highest_equivalent_value=
,
histogram : Histogram
histogram
,
histogram=(histogram : Histogram)
histogram=
,
step!
step!
,
sub_bucket_index : Int32
sub_bucket_index
,
sub_bucket_index=(sub_bucket_index : Int32)
sub_bucket_index=
,
value_from_index : Int64
value_from_index
,
value_from_index=(value_from_index : Int64)
value_from_index=
Constructor methods inherited from struct
HDRHistogram::AbstractIterator
new(histogram : HDRHistogram::Histogram)
new
Constructor Detail
def self.
new
(histogram)
#
[
View source
]
Instance Method Detail
def
count_added_this_step
: Int64
#
[
View source
]
def
count_added_this_step=
(count_added_this_step : Int64)
#
[
View source
]
def
step!
#
[
View source
]