public record TimedStatSummary<T extends TimedStat>
| cas | |
| net.minecraft.util.profiling.jfr.stats.TimedStatSummary | |
| net.minecraft.class_6535 | |
| net.minecraft.util.profiling.jfr.sample.LongRunningSampleStatistics |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final T |
| ||||||||
| private final T |
| ||||||||
| private final T |
| ||||||||
| private final int |
| ||||||||
| private final Map<Integer, Double> |
| ||||||||
| private final Duration |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (T fastestSample, T slowestSample, T secondSlowestSample, int count, Map<Integer, Double> quantiles, Duration totalDuration) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static <T extends TimedStat> Optional<TimedStatSummary<T>> |
| ||||||||
| public T |
| ||||||||
| public T |
| ||||||||
| public T |
| ||||||||
| public int |
| ||||||||
| public Map<Integer, Double> |
| ||||||||
| public Duration |
|