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()
void
incrementCounter(String p_18585_)
void
incrementCounter(Supplier<String> p_18586_)
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:
- Constant Field Values
-
-
Method Details
-
startTick
void startTick() -
endTick
void endTick() -
push
-
push
-
pop
void pop() -
popPush
-
popPush
-
markForCharting
-
incrementCounter
-
incrementCounter
-
tee
-