Package net.minecraft.profiler
Class Profiler.Section
- java.lang.Object
-
- net.minecraft.profiler.Profiler.Section
-
- All Implemented Interfaces:
IProfilerSection
- Enclosing class:
- Profiler
static class Profiler.Section extends java.lang.Object implements IProfilerSection
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.String>getCounters()longgetDuration()
-
-
-
Method Detail
-
getDuration
public long getDuration()
- Specified by:
getDurationin interfaceIProfilerSection
-
getCount
public long getCount()
- Specified by:
getCountin interfaceIProfilerSection
-
getCounters
public it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.String> getCounters()
- Specified by:
getCountersin interfaceIProfilerSection
-
-