Uses of Record Class
net.minecraft.util.profiling.jfr.sample.PacketSample
Packages that use PacketSample
-
Uses of PacketSample in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type PacketSampleModifier and TypeFieldDescriptionprivate final List<PacketSample>
JfrProfileRecorder.packetReadSamples
private final List<PacketSample>
JfrProfileRecorder.packetSentSamples
-
Uses of PacketSample in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return PacketSampleModifier and TypeMethodDescriptionstatic PacketSample
PacketSample.fromEvent
(RecordedEvent event) Method parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type PacketSampleModifier and TypeMethodDescriptionstatic PacketSample.Statistics
PacketSample.toStatistics
(Duration duration, List<PacketSample> samples)