Uses of Class
net.minecraft.util.profiling.jfr.stats.NetworkPacketSummary
Package
Description
-
Uses of NetworkPacketSummary in net.minecraft.util.profiling.jfr.parse
Modifier and TypeFieldDescriptionprivate final NetworkPacketSummary
JfrStatsResult.receivedPacketsSummary
The field for thereceivedPacketsSummary
record component.private final NetworkPacketSummary
JfrStatsResult.sentPacketsSummary
The field for thesentPacketsSummary
record component.Modifier and TypeMethodDescriptionprivate static NetworkPacketSummary
JfrStatsParser.collectPacketStats
(Duration p_185450_, Map<NetworkPacketSummary.PacketIdentification, JfrStatsParser.MutableCountAndSize> p_185451_) JfrStatsResult.receivedPacketsSummary()
Returns the value of thereceivedPacketsSummary
record component.JfrStatsResult.sentPacketsSummary()
Returns the value of thesentPacketsSummary
record component.ModifierConstructorDescriptionJfrStatsResult
(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 aJfrStatsResult
record class. -
Uses of NetworkPacketSummary in net.minecraft.util.profiling.jfr.serialize
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonElement
JfrResultJsonSerializer.packets
(NetworkPacketSummary p_185544_)