struct HDRHistogram::RecordedValuesIterator

Defined in:

hdr_histogram/recorded_values_iterator.cr

Constructors

Instance Method Summary

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]