Uses of Class
net.minecraft.util.profiling.jfr.JfrProfileRecorder.PacketCounter
-
Uses of JfrProfileRecorder.PacketCounter in net.minecraft.util.profiling.jfr
Modifier and TypeFieldDescriptionprivate final Map<NetworkIoStatistics.Packet,
JfrProfileRecorder.PacketCounter> JfrProfileRecorder.receivedPacketsToCounter
private final Map<NetworkIoStatistics.Packet,
JfrProfileRecorder.PacketCounter> JfrProfileRecorder.sentPacketsToCounter
Modifier and TypeMethodDescriptionprivate void
JfrProfileRecorder.addPacket
(RecordedEvent event, int bytes, Map<NetworkIoStatistics.Packet, JfrProfileRecorder.PacketCounter> packetsToCounter) private static NetworkIoStatistics
JfrProfileRecorder.createNetworkIoStatistics
(Duration duration, Map<NetworkIoStatistics.Packet, JfrProfileRecorder.PacketCounter> packetsToCounter)