Class MemoryDebugHudEntry.AllocationRateCalculator
java.lang.Object
net.minecraft.client.gui.hud.debug.MemoryDebugHudEntry.AllocationRateCalculator
- Enclosing class:
MemoryDebugHudEntry
@Environment(CLIENT)
private static class MemoryDebugHudEntry.AllocationRateCalculator
extends Object
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculatorintermediary net/minecraft/class_11618$class_7412official gfu$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate longprivate longprivate static final List<GarbageCollectorMXBean> private static final intprivate long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) longget(long allocatedBytes) private static long
-
Field Details
-
INTERVAL
private static final int INTERVAL- See Also:
- Mappings:
Namespace Name Mixin selector named INTERVALLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;INTERVAL:Iintermediary field_38986Lnet/minecraft/class_11618$class_7412;field_38986:Iofficial aLgfu$a;a:I
-
GARBAGE_COLLECTORS
- Mappings:
Namespace Name Mixin selector named GARBAGE_COLLECTORSLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;GARBAGE_COLLECTORS:Ljava/util/List;intermediary field_38987Lnet/minecraft/class_11618$class_7412;field_38987:Ljava/util/List;official bLgfu$a;b:Ljava/util/List;
-
lastCalculated
private long lastCalculated- Mappings:
Namespace Name Mixin selector named lastCalculatedLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;lastCalculated:Jintermediary field_38988Lnet/minecraft/class_11618$class_7412;field_38988:Jofficial cLgfu$a;c:J
-
allocatedBytes
private long allocatedBytes- Mappings:
Namespace Name Mixin selector named allocatedBytesLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;allocatedBytes:Jintermediary field_38989Lnet/minecraft/class_11618$class_7412;field_38989:Jofficial dLgfu$a;d:J
-
collectionCount
private long collectionCount- Mappings:
Namespace Name Mixin selector named collectionCountLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;collectionCount:Jintermediary field_38990Lnet/minecraft/class_11618$class_7412;field_38990:Jofficial eLgfu$a;e:J
-
allocationRate
private long allocationRate- Mappings:
Namespace Name Mixin selector named allocationRateLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;allocationRate:Jintermediary field_38991Lnet/minecraft/class_11618$class_7412;field_38991:Jofficial fLgfu$a;f:J
-
-
Constructor Details
-
AllocationRateCalculator
AllocationRateCalculator()
-
-
Method Details
-
get
long get(long allocatedBytes) - Mappings:
Namespace Name Mixin selector named getLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;get(J)Jintermediary method_43448Lnet/minecraft/class_11618$class_7412;method_43448(J)Jofficial aLgfu$a;a(J)J
-
getCollectionCount
private static long getCollectionCount()- Mappings:
Namespace Name Mixin selector named getCollectionCountLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;getCollectionCount()Jintermediary method_43447Lnet/minecraft/class_11618$class_7412;method_43447()Jofficial aLgfu$a;a()J
-