Package net.minecraft.util.profiling
Interface ProfilerPathEntry
- All Known Implementing Classes:
 ActiveProfiler.PathEntry
public interface ProfilerPathEntry
- 
Method Details
- 
getDuration
long getDuration() - 
getMaxDuration
long getMaxDuration() - 
getCount
long getCount() - 
getCounters
it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounters() 
 -