Histogram for tracking the frequency of observations of values below interval upper bounds.
This class is useful for recording timings across a large number of observations when high performance is required.
The interval bounds are used to define the ranges of the histogram buckets. If provided bounds are [10,20,30,40,50] then there will be five buckets, accessible by index 0-4. Any value 0-10 will fall into the first interval bar, values 11-20 will fall into the second bar, and so on.
|
|
|
|
|
|