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
Modifier 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
-
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:
getDuration
in interfaceProfilerPathEntry
-
getMaxDuration
public long getMaxDuration()- Specified by:
getMaxDuration
in interfaceProfilerPathEntry
-
getCount
public long getCount()- Specified by:
getCount
in interfaceProfilerPathEntry
-
getCounters
- Specified by:
getCounters
in interfaceProfilerPathEntry
-