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
official elg$a
intermediary net/minecraft/class_340$class_7412
named net/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator
  • Field Details

    • INTERVAL

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

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

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

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

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

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

    • AllocationRateCalculator

      AllocationRateCalculator()
  • Method Details

    • get

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

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