Histogram class
A metric which calculates the distribution of a value.
Constructors
- Histogram.new(Reservoir _reservoir)
-
Creates a new Histogram with the given
_reservoir
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
int value) → void - Adds a recorded value.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited