public final class SnippetIntegerHistogram extends Object
| Modifier and Type | Field and Description |
|---|---|
static SnippetIntegerHistogram |
DISABLED_COUNTER |
| Constructor and Description |
|---|
SnippetIntegerHistogram(SnippetCounter.Group group,
int log2StepLength,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
inc(long value)
Increments the value of the matching histogram element.
|
String |
toString() |
public static final SnippetIntegerHistogram DISABLED_COUNTER
public SnippetIntegerHistogram(SnippetCounter.Group group, int log2StepLength, String name, String description)
public void inc(long value)
SnippetIntegerHistogram object.