Package net.minecraft.util.profiling
Class ActiveProfiler.PathEntry
java.lang.Object
net.minecraft.util.profiling.ActiveProfiler.PathEntry
- All Implemented Interfaces:
- ProfilerPathEntry
- Enclosing class:
- ActiveProfiler
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) long(package private) long(package private) final it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String>(package private) long(package private) long
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
maxDurationlong maxDuration
- 
minDurationlong minDuration
- 
accumulatedDurationlong accumulatedDuration
- 
countlong count
- 
counters
 
- 
- 
Constructor Details- 
PathEntrypublic PathEntry()
 
- 
- 
Method Details- 
getDurationpublic long getDuration()- Specified by:
- getDurationin interface- ProfilerPathEntry
 
- 
getMaxDurationpublic long getMaxDuration()- Specified by:
- getMaxDurationin interface- ProfilerPathEntry
 
- 
getCountpublic long getCount()- Specified by:
- getCountin interface- ProfilerPathEntry
 
- 
getCounters- Specified by:
- getCountersin interface- ProfilerPathEntry
 
 
-