HDRHistogram::Histogram
Constructors
Instance methods
bucket_count
Sourcebytesize
Sourcecount_at_index(index, sub_index)
Sourcecounts
Sourcecounts_size
Sourceeach_bucket
Sourceeach_percentile(ticks_per_half_distance, &)
Sourceeach_value
Sourceempty?
Sourceequal_values?(a, b)
Sourcehighest_equivalent_value(value)
Sourcehighest_trackable_value
Sourcelowest_equivalent_value(value)
Sourcelowest_trackable_value
Sourcemedian_equivalent_value(value)
Sourcemerge(other : Histogram)
Sourcerecord_corrected_value(value, expected_interval, count = 1_i64)
record_corrected_value records the given value, correcting for coordinated omission (ie stalls in the recording process). This only works for processes which are recording values at an expected interval (e.g., doing jitter analysis). Processes which are recording ad-hoc values (e.g., latency for incoming requests) can't take advantage of this.
record_value(value)
Sourcereset
Sourcesignificant_figures
Sourcesub_bucket_count
Sourcesub_bucket_half_count
Sourcesub_bucket_half_count_magnitude
Sourcesub_bucket_mask
Sourcetotal_count
Sourceunit_magnitude
Sourcevalue_at_percentile(q)
Sourcevalue_from_index(index, sub_index)
Source