Class Profiler.Section

java.lang.Object
net.minecraft.profiler.Profiler.Section
All Implemented Interfaces:
IProfilerSection
Enclosing class:
Profiler

static class Profiler.Section extends Object implements IProfilerSection
  • Field Details

    • duration

      private long duration
    • count

      private long count
    • counters

      private it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> counters
  • Constructor Details

    • Section

      private Section()
  • Method Details