Package net.minecraft.util.profiling
Class TracyZoneFiller
java.lang.Object
net.minecraft.util.profiling.TracyZoneFiller
- All Implemented Interfaces:
ProfilerFiller
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Nested classes/interfaces inherited from interface net.minecraft.util.profiling.ProfilerFiller
ProfilerFiller.CombinedProfileFiller
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<com.mojang.jtracy.Zone> private static final org.slf4j.Logger
private final String
private final Map
<String, TracyZoneFiller.PlotAndValue> private static final StackWalker
Fields inherited from interface net.minecraft.util.profiling.ProfilerFiller
ROOT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate com.mojang.jtracy.Zone
void
addZoneText
(String p_372877_) void
addZoneValue
(long p_373111_) void
endTick()
void
incrementCounter
(String p_372894_, int p_372810_) void
incrementCounter
(Supplier<String> p_372847_, int p_372796_) void
markForCharting
(MetricCategory p_373090_) void
pop()
void
void
void
void
void
setZoneColor
(int p_373019_) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.util.profiling.ProfilerFiller
incrementCounter, incrementCounter, zone, zone
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
STACK_WALKER
-
activeZones
-
plots
-
name
-
-
Constructor Details
-
TracyZoneFiller
public TracyZoneFiller()
-
-
Method Details
-
startTick
public void startTick()- Specified by:
startTick
in interfaceProfilerFiller
-
endTick
public void endTick()- Specified by:
endTick
in interfaceProfilerFiller
-
push
- Specified by:
push
in interfaceProfilerFiller
-
push
- Specified by:
push
in interfaceProfilerFiller
-
pop
public void pop()- Specified by:
pop
in interfaceProfilerFiller
-
popPush
- Specified by:
popPush
in interfaceProfilerFiller
-
popPush
- Specified by:
popPush
in interfaceProfilerFiller
-
markForCharting
- Specified by:
markForCharting
in interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounter
in interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounter
in interfaceProfilerFiller
-
activeZone
private com.mojang.jtracy.Zone activeZone() -
addZoneText
- Specified by:
addZoneText
in interfaceProfilerFiller
-
addZoneValue
public void addZoneValue(long p_373111_) - Specified by:
addZoneValue
in interfaceProfilerFiller
-
setZoneColor
public void setZoneColor(int p_373019_) - Specified by:
setZoneColor
in interfaceProfilerFiller
-