Uses of Class
net.minecraft.util.profiling.jfr.stats.IoSummary
Packages that use IoSummary
Package
Description
-
Uses of IoSummary in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse declared as IoSummaryModifier and TypeFieldDescriptionprivate final IoSummary
<ChunkIdentification> JfrStatsResult.readChunks
The field for thereadChunks
record component.private final IoSummary
<PacketIdentification> JfrStatsResult.receivedPacketsSummary
The field for thereceivedPacketsSummary
record component.private final IoSummary
<PacketIdentification> JfrStatsResult.sentPacketsSummary
The field for thesentPacketsSummary
record component.private final IoSummary
<ChunkIdentification> JfrStatsResult.writtenChunks
The field for thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr.parse that return IoSummaryModifier and TypeMethodDescriptionprivate static <T> IoSummary
<T> JfrStatsParser.collectIoStats
(Duration p_325942_, Map<T, JfrStatsParser.MutableCountAndSize> p_325951_) JfrStatsResult.readChunks()
Returns the value of thereadChunks
record component.JfrStatsResult.receivedPacketsSummary()
Returns the value of thereceivedPacketsSummary
record component.JfrStatsResult.sentPacketsSummary()
Returns the value of thesentPacketsSummary
record component.JfrStatsResult.writtenChunks()
Returns the value of thewrittenChunks
record component.Constructors in net.minecraft.util.profiling.jfr.parse with parameters of type IoSummaryModifierConstructorDescriptionJfrStatsResult
(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 aJfrStatsResult
record class. -
Uses of IoSummary in net.minecraft.util.profiling.jfr.serialize
Methods in net.minecraft.util.profiling.jfr.serialize with parameters of type IoSummaryModifier and TypeMethodDescriptionprivate <T> com.google.gson.JsonElement
JfrResultJsonSerializer.ioSummary
(IoSummary<T> p_326081_, BiConsumer<T, com.google.gson.JsonObject> p_326072_)