Class DebugHud.AllocationRateCalculator

java.lang.Object
net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
Enclosing class:
DebugHud

@Environment(CLIENT) private static class DebugHud.AllocationRateCalculator extends Object
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator
intermediary net/minecraft/class_340$class_7412
official fho$a
  • Field Details

    • INTERVAL

      private static final int INTERVAL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named INTERVAL Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;INTERVAL:I
      intermediary field_38986 Lnet/minecraft/class_340$class_7412;field_38986:I
      official a Lfho$a;a:I
    • GARBAGE_COLLECTORS

      private static final List<GarbageCollectorMXBean> GARBAGE_COLLECTORS
      Mappings:
      Namespace Name Mixin selector
      named GARBAGE_COLLECTORS Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;GARBAGE_COLLECTORS:Ljava/util/List;
      intermediary field_38987 Lnet/minecraft/class_340$class_7412;field_38987:Ljava/util/List;
      official b Lfho$a;b:Ljava/util/List;
    • lastCalculated

      private long lastCalculated
      Mappings:
      Namespace Name Mixin selector
      named lastCalculated Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;lastCalculated:J
      intermediary field_38988 Lnet/minecraft/class_340$class_7412;field_38988:J
      official c Lfho$a;c:J
    • allocatedBytes

      private long allocatedBytes
      Mappings:
      Namespace Name Mixin selector
      named allocatedBytes Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;allocatedBytes:J
      intermediary field_38989 Lnet/minecraft/class_340$class_7412;field_38989:J
      official d Lfho$a;d:J
    • collectionCount

      private long collectionCount
      Mappings:
      Namespace Name Mixin selector
      named collectionCount Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;collectionCount:J
      intermediary field_38990 Lnet/minecraft/class_340$class_7412;field_38990:J
      official e Lfho$a;e:J
    • allocationRate

      private long allocationRate
      Mappings:
      Namespace Name Mixin selector
      named allocationRate Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;allocationRate:J
      intermediary field_38991 Lnet/minecraft/class_340$class_7412;field_38991:J
      official f Lfho$a;f:J
  • Constructor Details

    • AllocationRateCalculator

      AllocationRateCalculator()
  • Method Details

    • get

      long get(long allocatedBytes)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;get(J)J
      intermediary method_43448 Lnet/minecraft/class_340$class_7412;method_43448(J)J
      official a Lfho$a;a(J)J
    • getCollectionCount

      private static long getCollectionCount()
      Mappings:
      Namespace Name Mixin selector
      named getCollectionCount Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;getCollectionCount()J
      intermediary method_43447 Lnet/minecraft/class_340$class_7412;method_43447()J
      official a Lfho$a;a()J