Uses of Record Class
net.minecraft.util.profiling.jfr.sample.PacketSample.Statistics
Packages that use PacketSample.Statistics
-
Uses of PacketSample.Statistics in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as PacketSample.StatisticsModifier and TypeFieldDescriptionprivate final PacketSample.StatisticsJfrProfile.packetReadStatisticsThe field for thepacketReadStatisticsrecord component.private final PacketSample.StatisticsJfrProfile.packetSentStatisticsThe field for thepacketSentStatisticsrecord component.Methods in net.minecraft.util.profiling.jfr that return PacketSample.StatisticsModifier and TypeMethodDescriptionJfrProfile.packetReadStatistics()Returns the value of thepacketReadStatisticsrecord component.JfrProfile.packetSentStatistics()Returns the value of thepacketSentStatisticsrecord component.Methods in net.minecraft.util.profiling.jfr with parameters of type PacketSample.StatisticsModifier and TypeMethodDescriptionprivate JsonElementJfrJsonReport.collectPacketSection(PacketSample.Statistics statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type PacketSample.StatisticsModifierConstructorDescriptionJfrProfile(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, PacketSample.Statistics statistics2, PacketSample.Statistics statistics3, FileIoSample.Statistics statistics4, FileIoSample.Statistics statistics5, List<ChunkGenerationSample> list3) -
Uses of PacketSample.Statistics in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return PacketSample.StatisticsModifier and TypeMethodDescriptionstatic PacketSample.StatisticsPacketSample.toStatistics(Duration duration, List<PacketSample> samples)