Package net.minecraft.util.profiling
Interface ProfileCollector
- All Superinterfaces:
 ProfilerFiller
- All Known Implementing Classes:
 ActiveProfiler,InactiveProfiler
- 
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
endTick, incrementCounter, incrementCounter, incrementCounter, incrementCounter, markForCharting, pop, popPush, popPush, push, push, startTick 
- 
Method Details
- 
getResults
ProfileResults getResults() - 
getEntry
 - 
getChartedPaths
Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> getChartedPaths() 
 -