Package net.minecraft.util.profiling
Class InactiveProfiler
java.lang.Object
net.minecraft.util.profiling.InactiveProfiler
- All Implemented Interfaces:
 ProfileCollector,ProfilerFiller
- 
Field Summary
FieldsFields inherited from interface net.minecraft.util.profiling.ProfilerFiller
ROOT - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidendTick()Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> voidincrementCounter(String p_185253_, int p_185254_) voidincrementCounter(Supplier<String> p_185256_, int p_185257_) voidmarkForCharting(MetricCategory p_145951_) voidpop()voidvoidvoidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiling.ProfilerFiller
incrementCounter, incrementCounter 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
InactiveProfiler
private InactiveProfiler() 
 - 
 - 
Method Details
- 
startTick
public void startTick()- Specified by:
 startTickin interfaceProfilerFiller
 - 
endTick
public void endTick()- Specified by:
 endTickin interfaceProfilerFiller
 - 
push
- Specified by:
 pushin interfaceProfilerFiller
 - 
push
- Specified by:
 pushin interfaceProfilerFiller
 - 
markForCharting
- Specified by:
 markForChartingin interfaceProfilerFiller
 - 
pop
public void pop()- Specified by:
 popin interfaceProfilerFiller
 - 
popPush
- Specified by:
 popPushin interfaceProfilerFiller
 - 
popPush
- Specified by:
 popPushin interfaceProfilerFiller
 - 
incrementCounter
- Specified by:
 incrementCounterin interfaceProfilerFiller
 - 
incrementCounter
- Specified by:
 incrementCounterin interfaceProfilerFiller
 - 
getResults
- Specified by:
 getResultsin interfaceProfileCollector
 - 
getEntry
- Specified by:
 getEntryin interfaceProfileCollector
 - 
getChartedPaths
- Specified by:
 getChartedPathsin interfaceProfileCollector
 
 -