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 Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
maxDuration
long maxDuration - 
minDuration
long minDuration - 
accumulatedDuration
long accumulatedDuration - 
count
long count - 
counters
 
 - 
 - 
Constructor Details
- 
PathEntry
public PathEntry() 
 - 
 - 
Method Details
- 
getDuration
public long getDuration()- Specified by:
 getDurationin interfaceProfilerPathEntry
 - 
getMaxDuration
public long getMaxDuration()- Specified by:
 getMaxDurationin interfaceProfilerPathEntry
 - 
getCount
public long getCount()- Specified by:
 getCountin interfaceProfilerPathEntry
 - 
getCounters
- Specified by:
 getCountersin interfaceProfilerPathEntry
 
 -