Uses of Class
net.minecraft.util.profiling.jfr.stats.IoSummary
Package
Description
-
Uses of IoSummary in net.minecraft.util.profiling.jfr.parse
Modifier 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.Modifier 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.ModifierConstructorDescriptionJfrStatsResult
(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
Modifier and TypeMethodDescriptionprivate <T> com.google.gson.JsonElement
JfrResultJsonSerializer.ioSummary
(IoSummary<T> p_326081_, BiConsumer<T, com.google.gson.JsonObject> p_326072_)