net.minecraft.util.profiling.jfr.stats

public record TimedStatSummary<T extends TimedStat>

atj
net.minecraft.util.profiling.jfr.stats.TimedStatSummary
net.minecraft.class_6535
net.minecraft.util.profiling.jfr.sample.LongRunningSampleStatistics
net.minecraft.src.C_182840_
net.minecraft.util.profiling.jfr.stats.TimedStatSummary

Field summary

Modifier and TypeField
private final T
a
fastest
comp_54
fastestSample
f_185833_
private final T
b
slowest
comp_55
slowestSample
f_185834_
private final T
c
secondSlowest
comp_56
secondSlowestSample
f_185835_
private final int
d
count
comp_57
count
f_185836_
private final Map<Integer, Double>
e
percentilesNanos
comp_58
quantiles
f_185837_
private final Duration
f
totalDuration
comp_59
totalDuration
f_185838_

Constructor summary

ModifierConstructor
public (T f_185834_, T f_185835_, T f_185836_, int f_185837_, Map<Integer, Double> f_185838_, Duration arg5)

Method summary

Modifier and TypeMethod
public static <T extends TimedStat> TimedStatSummary<T>
a(List<T> arg0)
summary(List<T> arg0)
method_38060(List<T> arg0)
fromSamples(List<T> samples)
m_185849_(List<T> p_185850_)
public T
a()
fastest()
comp_54()
fastestSample()
f_185833_()
public T
b()
slowest()
comp_55()
slowestSample()
f_185834_()
public T
c()
secondSlowest()
comp_56()
secondSlowestSample()
f_185835_()
public int
d()
count()
comp_57()
count()
f_185836_()
public Map<Integer, Double>
e()
percentilesNanos()
comp_58()
quantiles()
f_185837_()
public Duration
f()
totalDuration()
comp_59()
totalDuration()
f_185838_()