Package net.minecraft.util.profiling
Interface ProfileCollector
- All Superinterfaces:
ProfilerFiller
- All Known Implementing Classes:
ActiveProfiler
,InactiveProfiler
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.profiling.ProfilerFiller
ProfilerFiller.CombinedProfileFiller
-
Field Summary
Fields inherited from interface net.minecraft.util.profiling.ProfilerFiller
ROOT
-
Method Summary
Modifier and TypeMethodDescriptionSet
<org.apache.commons.lang3.tuple.Pair<String, MetricCategory>> Methods inherited from interface net.minecraft.util.profiling.ProfilerFiller
addZoneText, addZoneValue, endTick, incrementCounter, incrementCounter, incrementCounter, incrementCounter, markForCharting, pop, popPush, popPush, push, push, setZoneColor, startTick, zone, zone
-
Method Details
-
getResults
ProfileResults getResults() -
getEntry
-
getChartedPaths
Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> getChartedPaths()
-