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<Packet>JfrProfile.packetReadStatisticsThe field for thepacketReadStatisticsrecord component.private final NetworkIoStatistics<Packet>JfrProfile.packetSentStatisticsThe field for thepacketSentStatisticsrecord component.private final NetworkIoStatistics<class_9234>JfrProfile.readChunksThe field for thereadChunksrecord component.private final NetworkIoStatistics<class_9234>JfrProfile.writtenChunksThe field for thewrittenChunksrecord component.Methods in net.minecraft.util.profiling.jfr that return NetworkIoStatisticsModifier and TypeMethodDescriptionprivate static <T> NetworkIoStatistics<T>JfrProfileRecorder.createNetworkIoStatistics(Duration duration, Map<T, JfrProfileRecorder.PacketCounter> packetsToCounter) JfrProfile.packetReadStatistics()Returns the value of thepacketReadStatisticsrecord component.JfrProfile.packetSentStatistics()Returns the value of thepacketSentStatisticsrecord component.JfrProfile.readChunks()Returns the value of thereadChunksrecord component.JfrProfile.writtenChunks()Returns the value of thewrittenChunksrecord component.Methods in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifier and TypeMethodDescriptionprivate <T> JsonElementJfrJsonReport.collectPacketSection(NetworkIoStatistics<T> statistics, BiConsumer<T, JsonObject> biConsumer) 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<Packet> networkIoStatistics, NetworkIoStatistics<Packet> networkIoStatistics2, NetworkIoStatistics<class_9234> networkIoStatistics3, NetworkIoStatistics<class_9234> networkIoStatistics4, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3)