类 ActiveProfiler.PathEntry

java.lang.Object
net.minecraft.util.profiling.ActiveProfiler.PathEntry
所有已实现的接口:
ProfilerPathEntry
封闭类:
ActiveProfiler

public static class ActiveProfiler.PathEntry extends Object implements ProfilerPathEntry
  • 字段详细资料

    • maxDuration

      long maxDuration
    • minDuration

      long minDuration
    • accumulatedDuration

      long accumulatedDuration
    • count

      long count
    • counters

      final it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> counters
  • 构造器详细资料

    • PathEntry

      public PathEntry()
  • 方法详细资料