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.readChunksThe field for thereadChunksrecord component.private final IoSummary<PacketIdentification> JfrStatsResult.receivedPacketsSummaryThe field for thereceivedPacketsSummaryrecord component.private final IoSummary<PacketIdentification> JfrStatsResult.sentPacketsSummaryThe field for thesentPacketsSummaryrecord component.private final IoSummary<ChunkIdentification> JfrStatsResult.writtenChunksThe field for thewrittenChunksrecord 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 thereadChunksrecord component.JfrStatsResult.receivedPacketsSummary()Returns the value of thereceivedPacketsSummaryrecord component.JfrStatsResult.sentPacketsSummary()Returns the value of thesentPacketsSummaryrecord component.JfrStatsResult.writtenChunks()Returns the value of thewrittenChunksrecord 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 aJfrStatsResultrecord 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.JsonElementJfrResultJsonSerializer.ioSummary(IoSummary<T> p_326081_, BiConsumer<T, com.google.gson.JsonObject> p_326072_)