Package net.minecraft.client.gui.hud
Class DebugHud.AllocationRateCalculator
java.lang.Object
net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
- Enclosing class:
DebugHud
- Mappings:
Namespace Name official epq$a
intermediary net/minecraft/class_340$class_7412
named net/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
private long
private long
private static final List<GarbageCollectorMXBean>
private static final int
private long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) long
get
(long allocatedBytes) private static long
-
Field Details
-
INTERVAL
private static final int INTERVAL- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lepq$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
- Mappings:
Namespace Name Mixin selector official b
Lepq$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
Lepq$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
Lepq$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
Lepq$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
Lepq$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
Lepq$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
Lepq$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
-