Package net.minecraft.profiler
Interface IProfilerSection
- All Known Implementing Classes:
Profiler.Section
public interface IProfilerSection
-
Method Details
-
getDuration
long getDuration() -
getCount
long getCount() -
getCounters
it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounters()
-