net.minecraft.util.profiling.jfr.stats

public record TimedStatSummary<T extends TimedStat>

ayb
net.minecraft.util.profiling.jfr.stats.TimedStatSummary
net.minecraft.class_6535
net.minecraft.unmapped.C_tcheapem
net.minecraft.util.profiling.jfr.sample.LongRunningSampleStatistics
net.minecraft.util.profiling.jfr.sample.TimedStatsSummary
net.minecraft.src.C_182840_
net.minecraft.util.profiling.jfr.stats.TimedStatSummary

Field summary

Modifier and TypeField
private final T
a
fastest
comp_54
f_bcccvlgp
fastestSample
fastest
f_185833_
private final T
b
slowest
comp_55
f_lajgdihn
slowestSample
slowest
f_185834_
private final T
c
secondSlowest
comp_56
f_kzvhkhpi
secondSlowestSample
secondSlowest
f_185835_
private final int
d
count
comp_57
f_nphqsmgt
count
count
f_185836_
private final Map<Integer, Double>
e
percentilesNanos
comp_58
f_wpubwgdg
quantiles
percentilesNanos
f_185837_
private final Duration
f
totalDuration
comp_59
f_lvjyfadq
totalDuration
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)
m_qnnvnksx(List<T> arg0)
fromSamples(List<T> samples)
fromStats(List<T> values)
m_185849_(List<T> p_185850_)
public T
a()
fastest()
comp_54()
m_lgxavxai()
fastestSample()
fastest()
f_185833_()
public T
b()
slowest()
comp_55()
m_vzlrbwye()
slowestSample()
slowest()
f_185834_()
public T
c()
secondSlowest()
comp_56()
m_chkgfurk()
secondSlowestSample()
secondSlowest()
f_185835_()
public int
d()
count()
comp_57()
m_isttcqtj()
count()
count()
f_185836_()
public Map<Integer, Double>
e()
percentilesNanos()
comp_58()
m_djqagfcf()
quantiles()
percentilesNanos()
f_185837_()
public Duration
f()
totalDuration()
comp_59()
m_qnhksweu()
totalDuration()
totalDuration()
f_185838_()