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<PacketSample> JfrProfile.packetReadStatisticsThe field for thepacketReadStatisticsrecord component.private final NetworkIoStatistics<PacketSample> JfrProfile.packetSentStatisticsThe field for thepacketSentStatisticsrecord component.private final NetworkIoStatistics<ChunkRegionSample> JfrProfile.readChunksThe field for thereadChunksrecord component.private final NetworkIoStatistics<ChunkRegionSample> 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.Counter> 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> callback) Constructors in net.minecraft.util.profiling.jfr with parameters of type NetworkIoStatisticsModifierConstructorDescriptionJfrProfile(Instant startTime, Instant endTime, Duration duration, @Nullable Duration worldGenDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimeSamples, List<CpuLoadSample> cpuLoadSamples, GcHeapSummarySample.Statistics gcHeapSummaryStatistics, ThreadAllocationStatisticsSample.AllocationMap threadAllocationMap, NetworkIoStatistics<PacketSample> packetReadStatistics, NetworkIoStatistics<PacketSample> packetSentStatistics, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWriteStatistics, FileIoSample.Statistics fileReadStatistics, List<ChunkGenerationSample> chunkGenerationSamples, List<StructureGenerationSample> structureGenerationSamples) Creates an instance of aJfrProfilerecord class.