struct HDRHistogram::PercentileIterator

Defined in:

hdr_histogram/percentile_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, ticks_per_half_distance : Int32) #

[View source]

Instance Method Detail

def percentile : Float64 #

[View source]
def percentile=(percentile : Float64) #

[View source]
def percentile_to_iterator_to : Float64 #

[View source]
def percentile_to_iterator_to=(percentile_to_iterator_to : Float64) #

[View source]
def seen_last_value : Bool #

[View source]
def seen_last_value=(seen_last_value : Bool) #

[View source]
def step! #

[View source]
def ticks_per_half_distance : Int32 #

[View source]
def ticks_per_half_distance=(ticks_per_half_distance : Int32) #

[View source]