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