Package net.minecraft.util.profiling
Interface ProfilerFiller
- All Known Subinterfaces:
ProfileCollector
- All Known Implementing Classes:
ActiveProfiler
,InactiveProfiler
public interface ProfilerFiller
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
endTick()
default void
incrementCounter
(String pEntryId) void
incrementCounter
(String pCounterName, int pIncrement) default void
incrementCounter
(Supplier<String> pEntryIdSupplier) void
incrementCounter
(Supplier<String> pCounterNameSupplier, int pIncrement) void
markForCharting
(MetricCategory pCategory) void
pop()
void
void
void
Start sectionvoid
void
static ProfilerFiller
tee
(ProfilerFiller pFirst, ProfilerFiller pSecond)
-
Field Details
-
ROOT
- See Also:
-
-
Method Details
-
startTick
void startTick() -
endTick
void endTick() -
push
Start section -
push
-
pop
void pop() -
popPush
-
popPush
-
markForCharting
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
tee
-