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 private
Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.String>
getCounters()
long
getDuration()
-
-
-
Method Detail
-
getDuration
public long getDuration()
- Specified by:
getDuration
in interfaceIProfilerSection
-
getCount
public long getCount()
- Specified by:
getCount
in interfaceIProfilerSection
-
getCounters
public it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.String> getCounters()
- Specified by:
getCounters
in interfaceIProfilerSection
-
-