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

      long maxDuration
    • minDuration

      long minDuration
    • accumulatedDuration

      long accumulatedDuration
    • count

      long count
    • counters

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

    • PathEntry

      public PathEntry()
  • Method Details