Uses of Record Class
net.minecraft.util.profiling.jfr.stats.GcHeapStat.Summary
Packages that use GcHeapStat.Summary
Package
Description
- 
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.parseFields in net.minecraft.util.profiling.jfr.parse declared as GcHeapStat.SummaryModifier and TypeFieldDescriptionprivate final GcHeapStat.SummaryJfrStatsResult.heapSummaryThe field for theheapSummaryrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return GcHeapStat.SummaryModifier and TypeMethodDescriptionJfrStatsResult.heapSummary()Returns the value of theheapSummaryrecord component.Constructors in net.minecraft.util.profiling.jfr.parse with parameters of type GcHeapStat.SummaryModifierConstructorDescriptionJfrStatsResult(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 aJfrStatsResultrecord class.
- 
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.serializeMethods in net.minecraft.util.profiling.jfr.serialize with parameters of type GcHeapStat.SummaryModifier and TypeMethodDescriptionprivate com.google.gson.JsonElementJfrResultJsonSerializer.heap(GcHeapStat.Summary p_185542_) 
- 
Uses of GcHeapStat.Summary in net.minecraft.util.profiling.jfr.statsMethods in net.minecraft.util.profiling.jfr.stats that return GcHeapStat.SummaryModifier and TypeMethodDescriptionstatic GcHeapStat.SummaryGcHeapStat.summary(Duration p_185691_, List<GcHeapStat> p_185692_, Duration p_185693_, int p_185694_)