net.minecraft.util.profiling

public class SingleTickProfiler

bpw
net.minecraft.util.profiling.SingleTickProfiler
net.minecraft.class_4758
net.minecraft.util.TickDurationMonitor
net.minecraft.util.profiling.GameProfilerTick

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_21967
LOGGER
private final LongSupplier
b
realTime
field_21968
timeGetter
private final long
c
saveThreshold
field_21969
overtime
private int
d
tick
field_21970
tickCount
private final File
e
location
field_21971
tickResultsDirectory
private ProfileCollector
f
profiler
field_21972
profiler

Constructor summary

ModifierConstructor
public (LongSupplier timeGetter, String filename, long overtime)

Method summary

Modifier and TypeMethod
public ProfilerFiller
a()
startTick()
method_24339()
nextProfiler()
public void
b()
endTick()
method_24342()
endTick()
public static SingleTickProfiler
a(String arg0)
createTickProfiler(String arg0)
method_24341(String arg0)
create(String name)
public static ProfilerFiller
a(bpt arg0, bpw arg1)
decorateFiller(ProfilerFiller arg0, SingleTickProfiler arg1)
method_24340(class_3695 arg0, class_4758 arg1)
tickProfiler(Profiler profiler, TickDurationMonitor monitor)