Uses of 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.packetReadStatisticsprivate final PacketSample.StatisticsJfrProfile.packetSentStatisticsMethods in net.minecraft.util.profiling.jfr that return PacketSample.StatisticsModifier and TypeMethodDescriptionJfrProfile.getPacketReadStatistics()JfrProfile.getPacketSentStatistics()Methods in net.minecraft.util.profiling.jfr with parameters of type PacketSample.StatisticsModifier and TypeMethodDescriptionprivate voidJfrTextReport.addPacketSection(StringBuilder builder, PacketSample.Statistics statistics, String type) private JsonElementJfrJsonReport.collectPacketSection(PacketSample.Statistics statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type PacketSample.StatisticsModifierConstructorDescriptionJfrProfile(Instant startTime, Instant endTime, JfrProfile.OptionalDuration worldGenDuration, List<ServerTickTimeSample> serverTickTimeSamples, List<CpuLoadSample> cpuLoadSamples, GcHeapSummarySample.Statistics gcHeapSummaryStatistics, ThreadAllocationStatisticsSample.AllocationMap threadAllocationMap, PacketSample.Statistics packetReadStatistics, PacketSample.Statistics packetSentStatistics, FileIoSample.Statistics fileWriteStatistics, FileIoSample.Statistics fileReadStatistics, List<ChunkGenerationSample> chunkGenerationSamples)