Uses of Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
Packages that use NetworkIoStatistics
-
Uses of NetworkIoStatistics in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as NetworkIoStatisticsModifier and TypeFieldDescriptionprivate final NetworkIoStatistics
JfrProfile.packetReadStatistics
The field for thepacketReadStatistics
record component.private final NetworkIoStatistics
JfrProfile.packetSentStatistics
The field for thepacketSentStatistics
record component.Methods in net.minecraft.util.profiling.jfr that return NetworkIoStatisticsModifier 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.Methods in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifier and TypeMethodDescriptionprivate JsonElement
JfrJsonReport.collectPacketSection
(NetworkIoStatistics statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifierConstructorDescriptionJfrProfile
(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)