Class ContinuousProfiler
java.lang.Object
net.minecraft.util.profiling.ContinuousProfiler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ProfileCollectorprivate final LongSupplierprivate final BooleanSupplierprivate final IntSupplier -
Constructor Summary
ConstructorsConstructorDescriptionContinuousProfiler(LongSupplier realTime, IntSupplier tickCount, BooleanSupplier suppressWarnings) -
Method Summary
-
Field Details
-
realTime
-
tickCount
-
suppressWarnings
-
profiler
-
-
Constructor Details
-
ContinuousProfiler
public ContinuousProfiler(LongSupplier realTime, IntSupplier tickCount, BooleanSupplier suppressWarnings)
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
disable
public void disable() -
enable
public void enable() -
getFiller
-
getResults
-