net.minecraft.util.profiler

public interface Profiler

net.minecraft.util.profiling.ProfilerFiller
net.minecraft.class_3695
net.minecraft.util.profiler.Profiler

Field summary

Modifier and TypeField
String
ROOT
field_29925
ROOT_NAME

Method summary

Modifier and TypeMethod
void
startTick()
method_16065()
startTick()
void
endTick()
method_16066()
endTick()
void
push(String name)
method_15396(String arg0)
push(String location)
void
push(Supplier<String> name)
method_15400(Supplier<String> arg0)
push(Supplier<String> locationGetter)
void
pop()
method_15407()
pop()
void
popPush(String name)
method_15405(String arg0)
swap(String location)
void
popPush(Supplier<String> name)
method_15403(Supplier<String> arg0)
swap(Supplier<String> locationGetter)
default void
addZoneText(String text)
method_64155(String arg0)
addZoneText(String label)
default void
addZoneValue(long value)
method_64153(long arg0)
addZoneValue(long value)
default void
setZoneColor(int color)
method_64152(int arg0)
setZoneColor(int color)
default ScopedProfiler
zone(String name)
method_64145(String arg0)
scoped(String name)
default ScopedProfiler
zone(Supplier<String> name)
method_64144(Supplier<String> arg0)
scoped(Supplier<String> nameSupplier)
void
markForCharting(MetricCategory category)
method_37167(class_5949 arg0)
markSampleType(SampleType type)
default void
incrementCounter(String name)
method_39278(String arg0)
visit(String marker)
void
incrementCounter(String name, int amount)
method_24270(String arg0, int arg1)
visit(String marker, int num)
default void
incrementCounter(Supplier<String> name)
method_39277(Supplier<String> arg0)
visit(Supplier<String> markerGetter)
void
incrementCounter(Supplier<String> name, int amount)
method_24271(Supplier<String> arg0, int arg1)
visit(Supplier<String> markerGetter, int num)
static Profiler
combine(ProfilerFiller first, ProfilerFiller second)
method_64154(class_3695 arg0, class_3695 arg1)
union(Profiler first, Profiler second)