Uses of Record Class
net.minecraft.util.profiling.jfr.stats.GcHeapStat.Summary
Package
Description
-
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.parse
Modifier and TypeFieldDescriptionprivate final GcHeapStat.Summary
JfrStatsResult.heapSummary
The field for theheapSummary
record component.Modifier and TypeMethodDescriptionJfrStatsResult.heapSummary()
Returns the value of theheapSummary
record component.ModifierConstructorDescriptionJfrStatsResult
(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, Duration worldCreationDuration, List<TickTimeStat> tickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, NetworkPacketSummary receivedPacketsSummary, NetworkPacketSummary sentPacketsSummary, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats) Creates an instance of aJfrStatsResult
record class. -
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.serialize
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonElement
JfrResultJsonSerializer.heap
(GcHeapStat.Summary p_185542_) -
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.stats
Modifier and TypeMethodDescriptionstatic GcHeapStat.Summary
GcHeapStat.summary
(Duration p_185691_, List<GcHeapStat> p_185692_, Duration p_185693_, int p_185694_)