Package net.minecraft.util.profiling
Interface ProfilerFiller
- All Known Subinterfaces:
ProfileCollector
- All Known Implementing Classes:
ActiveProfiler
,InactiveProfiler
,ProfilerFiller.CombinedProfileFiller
,TracyZoneFiller
public interface ProfilerFiller
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault void
addZoneText
(String p_372857_) default void
addZoneValue
(long p_372840_) static ProfilerFiller
combine
(ProfilerFiller p_373012_, ProfilerFiller p_373110_) void
endTick()
default void
incrementCounter
(String p_18585_) void
incrementCounter
(String p_185258_, int p_185259_) default void
incrementCounter
(Supplier<String> p_18586_) void
incrementCounter
(Supplier<String> p_185260_, int p_185261_) void
markForCharting
(MetricCategory p_145959_) void
pop()
void
void
void
void
default void
setZoneColor
(int p_372844_) void
default Zone
default Zone
-
Field Details
-
ROOT
- See Also:
-
-
Method Details
-
startTick
void startTick() -
endTick
void endTick() -
push
-
push
-
pop
void pop() -
popPush
-
popPush
-
addZoneText
-
addZoneValue
default void addZoneValue(long p_372840_) -
setZoneColor
default void setZoneColor(int p_372844_) -
zone
-
zone
-
markForCharting
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
combine
-