Uses of Record Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.Packet
-
Uses of NetworkIoStatistics.Packet 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) -
Uses of NetworkIoStatistics.Packet in net.minecraft.util.profiling.jfr.sample
Modifier and TypeFieldDescriptionprivate static final Map<NetworkIoStatistics.Packet,
String> NetworkIoStatistics.Packet.PACKET_TO_NAME
private final List<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet,
NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.topContributors
Modifier and TypeMethodDescriptionstatic NetworkIoStatistics.Packet
NetworkIoStatistics.Packet.fromEvent
(RecordedEvent event) Modifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet,
NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.getTopContributors()
ModifierConstructorDescriptionNetworkIoStatistics
(Duration duration, List<com.mojang.datafixers.util.Pair<NetworkIoStatistics.Packet, NetworkIoStatistics.PacketStatistics>> packetsToStatistics)