net.minecraft.util.profiler

public class TickTimeTracker

net.minecraft.util.profiling.ContinuousProfiler
net.minecraft.class_4757
net.minecraft.util.profiler.TickTimeTracker

Field summary

Modifier and TypeField
private final LongSupplier
realTime
field_21962
timeGetter
private final IntSupplier
tickCount
field_21963
tickGetter
private final BooleanSupplier
suppressWarnings
field_55644
timeoutDisabled
private ReadableProfiler
profiler
field_21964
profiler

Constructor summary

ModifierConstructor
public (LongSupplier timeGetter, IntSupplier tickGetter, BooleanSupplier timeoutDisabled)

Method summary

Modifier and TypeMethod
public boolean
isEnabled()
method_24333()
isActive()
public void
disable()
method_24334()
disable()
public void
enable()
method_24335()
enable()
public Profiler
getFiller()
method_24336()
getProfiler()
public ProfileResult
getResults()
method_24337()
getResult()