Package net.minecraft.profiler
Class Profiler.Section
java.lang.Object
net.minecraft.profiler.Profiler.Section
- All Implemented Interfaces:
IProfilerSection
- Enclosing class:
- Profiler
-
Field Details
-
duration
private long duration -
count
private long count -
counters
-
-
Constructor Details
-
Section
private Section()
-
-
Method Details
-
getDuration
public long getDuration()- Specified by:
getDuration
in interfaceIProfilerSection
-
getCount
public long getCount()- Specified by:
getCount
in interfaceIProfilerSection
-
getCounters
- Specified by:
getCounters
in interfaceIProfilerSection
-