Uses of Record Class
net.minecraft.util.profiling.jfr.stats.ThreadAllocationStat.Summary
Packages that use ThreadAllocationStat.Summary
Package
Description
-
Uses of ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse declared as ThreadAllocationStat.SummaryModifier and TypeFieldDescriptionprivate final ThreadAllocationStat.SummaryJfrStatsResult.threadAllocationSummaryThe field for thethreadAllocationSummaryrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return ThreadAllocationStat.SummaryModifier and TypeMethodDescriptionJfrStatsResult.threadAllocationSummary()Returns the value of thethreadAllocationSummaryrecord component.Constructors in net.minecraft.util.profiling.jfr.parse with parameters of type ThreadAllocationStat.SummaryModifierConstructorDescriptionJfrStatsResult(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, Duration worldCreationDuration, List<TickTimeStat> tickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, IoSummary<PacketIdentification> receivedPacketsSummary, IoSummary<PacketIdentification> sentPacketsSummary, IoSummary<ChunkIdentification> writtenChunks, IoSummary<ChunkIdentification> readChunks, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats) Creates an instance of aJfrStatsResultrecord class. -
Uses of ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.serialize
Methods in net.minecraft.util.profiling.jfr.serialize with parameters of type ThreadAllocationStat.SummaryModifier and TypeMethodDescriptionprivate com.google.gson.JsonElementJfrResultJsonSerializer.threadAllocations(ThreadAllocationStat.Summary p_185546_) -
Uses of ThreadAllocationStat.Summary in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return ThreadAllocationStat.SummaryModifier and TypeMethodDescriptionstatic ThreadAllocationStat.SummaryThreadAllocationStat.summary(List<ThreadAllocationStat> p_185798_)