public abstract class Histogram0
extends java.lang.Object
implements com.google.gerrit.extensions.registration.RegistrationHandle
Suitable uses are "response size in bytes", etc.
Constructor and Description |
---|
Histogram0() |
Modifier and Type | Method and Description |
---|---|
abstract void |
record(long value)
Record a sample of a specified amount.
|