Class ActiveProfiler.PathEntry

java.lang.Object
net.minecraft.util.profiling.ActiveProfiler.PathEntry
All Implemented Interfaces:
ProfilerPathEntry
Enclosing class:
ActiveProfiler

public static class ActiveProfiler.PathEntry extends Object implements ProfilerPathEntry
  • Field Details

    • maxDuration

      private long maxDuration
    • minDuration

      private long minDuration
    • accumulatedDuration

      private long accumulatedDuration
    • count

      private long count
    • counters

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

    • PathEntry

      public PathEntry()
  • Method Details