net.minecraft.util.profiling

public class SingleTickProfiler

aml
net.minecraft.util.profiling.SingleTickProfiler
net.minecraft.class_4758
net.minecraft.util.TickDurationMonitor
net.minecraft.profiler.LongTickDetector
net.minecraft.server.v1_16_R1.GameProfilerTick

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_21967
LOGGER
field_233516_a_
private final LongSupplier
b
realTime
field_21968
timeGetter
field_233517_b_
private final long
c
saveThreshold
field_21969
overtime
field_233518_c_
private int
d
tick
field_21970
tickCount
field_233519_d_
private final File
e
location
field_21971
tickResultsDirectory
field_233520_e_
private ProfileCollector
f
profiler
field_21972
profiler
field_233521_f_

Method summary

Modifier and TypeMethod
public ProfilerFiller
a()
startTick()
method_24339()
nextProfiler()
func_233522_a_()
public void
b()
endTick()
method_24342()
endTick()
func_233525_b_()
public static SingleTickProfiler
a(String arg0)
createTickProfiler(String arg0)
method_24341(String arg0)
create(String name)
func_233524_a_(String arg0)
public static ProfilerFiller
a(ami arg0, aml arg1)
decorateFiller(ProfilerFiller arg0, SingleTickProfiler arg1)
method_24340(class_3695 arg0, class_4758 arg1)
tickProfiler(Profiler profiler, TickDurationMonitor monitor)
func_233523_a_(IProfiler arg0, LongTickDetector arg1)