Uses of Class
net.minecraft.util.profiling.jfr.stats.NetworkPacketSummary
Packages that use NetworkPacketSummary
Package
Description
-
Uses of NetworkPacketSummary in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse declared as NetworkPacketSummaryModifier and TypeFieldDescriptionprivate final NetworkPacketSummaryJfrStatsResult.receivedPacketsSummaryThe field for thereceivedPacketsSummaryrecord component.private final NetworkPacketSummaryJfrStatsResult.sentPacketsSummaryThe field for thesentPacketsSummaryrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return NetworkPacketSummaryModifier and TypeMethodDescriptionprivate static NetworkPacketSummaryJfrStatsParser.collectPacketStats(Duration p_185450_, Map<NetworkPacketSummary.PacketIdentification, JfrStatsParser.MutableCountAndSize> p_185451_) JfrStatsResult.receivedPacketsSummary()Returns the value of thereceivedPacketsSummaryrecord component.JfrStatsResult.sentPacketsSummary()Returns the value of thesentPacketsSummaryrecord component.Constructors in net.minecraft.util.profiling.jfr.parse with parameters of type NetworkPacketSummaryModifierConstructorDescriptionJfrStatsResult(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, Duration worldCreationDuration, List<TickTimeStat> tickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, NetworkPacketSummary receivedPacketsSummary, NetworkPacketSummary sentPacketsSummary, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats) Creates an instance of aJfrStatsResultrecord class. -
Uses of NetworkPacketSummary in net.minecraft.util.profiling.jfr.serialize
Methods in net.minecraft.util.profiling.jfr.serialize with parameters of type NetworkPacketSummaryModifier and TypeMethodDescriptionprivate com.google.gson.JsonElementJfrResultJsonSerializer.packets(NetworkPacketSummary p_185544_)