public static interface JLBHResult.RunResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
JLBHResult.RunResult.Percentile |
| Modifier and Type | Method and Description |
|---|---|
Duration |
get50thPercentile() |
Duration |
get90thPercentile() |
Duration |
get9999thPercentile() |
Duration |
get999thPercentile() |
Duration |
get99thPercentile() |
Duration |
getWorst() |
Map<JLBHResult.RunResult.Percentile,Duration> |
percentiles() |
@NotNull Map<JLBHResult.RunResult.Percentile,Duration> percentiles()
@NotNull Duration get50thPercentile()
@NotNull Duration get90thPercentile()
@NotNull Duration get99thPercentile()
@NotNull Duration get999thPercentile()
@NotNull Duration get9999thPercentile()
@NotNull Duration getWorst()
Copyright © 2019. All rights reserved.