C# (CSharp) HdrHistogram.Iteration 네임스페이스

클래스들

이름 설명
AllValuesEnumerator Used for iterating through histogram values using the finest granularity steps supported by the underlying representation.The iteration steps through all possible unit value levels, regardless of whether or not there were recorded values for that value level, and terminates when all recorded histogram values are exhausted.
HistogramIterationValue Represents a value point iterated through in a Histogram, with associated stats.
RecordedValuesEnumerator An enumerator that enumerate over all non-zero values.