Class DebugScreenOverlay.AllocationRateCalculator
java.lang.Object
net.minecraft.client.gui.components.DebugScreenOverlay.AllocationRateCalculator
- Enclosing class:
- DebugScreenOverlay
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final List<GarbageCollectorMXBean>private longprivate longprivate longprivate longprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) longbytesAllocatedPerSecond(long p_232517_) private static longgcCounts()
- 
Field Details- 
UPDATE_INTERVAL_MSprivate static final int UPDATE_INTERVAL_MS- See Also:
 
- 
GC_MBEANS
- 
lastTimeprivate long lastTime
- 
lastHeapUsageprivate long lastHeapUsage
- 
lastGcCountsprivate long lastGcCounts
- 
lastRateprivate long lastRate
 
- 
- 
Constructor Details- 
AllocationRateCalculatorAllocationRateCalculator()
 
- 
- 
Method Details- 
bytesAllocatedPerSecondlong bytesAllocatedPerSecond(long p_232517_) 
- 
gcCountsprivate static long gcCounts()
 
-