| Package | Description |
|---|---|
| net.openhft.chronicle.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordingHistogram
An extension of the
Histogram class which not only samples and records data,
but also keeps track of the top 5 or 10 longest samples including the delay from the last reset. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Histogram |
Histogram.timeMicros() |
| Modifier and Type | Method and Description |
|---|---|
void |
Histogram.add(@NotNull Histogram h)
Adds the contents of another histogram to this one.
|
Copyright © 2024. All rights reserved.