Package net.minecraft.util.profiling
Interface ProfilerFiller
- All Known Subinterfaces:
ProfileCollector
- All Known Implementing Classes:
ActiveProfiler
,InactiveProfiler
public interface ProfilerFiller
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
void
static ProfilerFiller
tee
(ProfilerFiller p_18579_, ProfilerFiller p_18580_)
-
Field Details
-
ROOT
- See Also:
-
-
Method Details
-
startTick
void startTick() -
endTick
void endTick() -
push
-
push
-
pop
void pop() -
popPush
-
popPush
-
markForCharting
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
tee
-