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 recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimes, List<CpuLoadSample> cpuLoadStats, GcHeapSummarySample.Statistics heapSummary, ThreadAllocationStatisticsSample.AllocationMap threadAllocationSummary, NetworkIoStatistics<PacketSample> receivedPacketsSummary, NetworkIoStatistics<PacketSample> sentPacketsSummary, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWrites, FileIoSample.Statistics fileReads, List<ChunkGenerationSample> chunkGenStats, List<StructureGenerationSample> structureGenStats)