Uses of Record Class
net.minecraft.util.profiling.jfr.stats.ThreadAllocationStat.Summary
Package
Description
-
Uses of ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.parse
Modifier and TypeFieldDescriptionprivate final ThreadAllocationStat.Summary
JfrStatsResult.threadAllocationSummary
The field for thethreadAllocationSummary
record component.Modifier and TypeMethodDescriptionJfrStatsResult.threadAllocationSummary()
Returns the value of thethreadAllocationSummary
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 ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.serialize
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonElement
JfrResultJsonSerializer.threadAllocations
(ThreadAllocationStat.Summary p_185546_) -
Uses of ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.stats
Modifier and TypeMethodDescriptionstatic ThreadAllocationStat.Summary
ThreadAllocationStat.summary
(List<ThreadAllocationStat> p_185798_)