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