Uses of Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
-
Uses of NetworkIoStatistics in net.minecraft.util.profiling.jfr
Modifier and TypeFieldDescriptionprivate final NetworkIoStatistics
<PacketSample> JfrProfile.packetReadStatistics
The field for thepacketReadStatistics
record component.private final NetworkIoStatistics
<PacketSample> JfrProfile.packetSentStatistics
The field for thepacketSentStatistics
record component.private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.readChunks
The field for thereadChunks
record component.private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.writtenChunks
The field for thewrittenChunks
record component.Modifier and TypeMethodDescriptionprivate static <T> NetworkIoStatistics
<T> JfrProfileRecorder.createNetworkIoStatistics
(Duration duration, Map<T, JfrProfileRecorder.Counter> packetsToCounter) JfrProfile.packetReadStatistics()
Returns the value of thepacketReadStatistics
record component.JfrProfile.packetSentStatistics()
Returns the value of thepacketSentStatistics
record component.JfrProfile.readChunks()
Returns the value of thereadChunks
record component.JfrProfile.writtenChunks()
Returns the value of thewrittenChunks
record component.Modifier and TypeMethodDescriptionprivate <T> JsonElement
JfrJsonReport.collectPacketSection
(NetworkIoStatistics<T> statistics, BiConsumer<T, JsonObject> callback) ModifierConstructorDescriptionJfrProfile
(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, NetworkIoStatistics<PacketSample> networkIoStatistics, NetworkIoStatistics<PacketSample> networkIoStatistics2, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics3, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics4, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3)