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 entryId) void
incrementCounter
(String counterName, int increment) default void
incrementCounter
(Supplier<String> entryIdSupplier) void
incrementCounter
(Supplier<String> counterNameSupplier, int increment) void
markForCharting
(MetricCategory category) void
pop()
void
void
void
Start sectionvoid
void
static ProfilerFiller
tee
(ProfilerFiller first, ProfilerFiller second)
-
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
-