Uses of Record Class
net.minecraft.util.profiling.jfr.sample.FileIoSample.Statistics
Packages that use FileIoSample.Statistics
-
Uses of FileIoSample.Statistics in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as FileIoSample.StatisticsModifier and TypeFieldDescriptionprivate final FileIoSample.StatisticsJfrProfile.fileReadStatisticsThe field for thefileReadStatisticsrecord component.private final FileIoSample.StatisticsJfrProfile.fileWriteStatisticsThe field for thefileWriteStatisticsrecord component.Methods in net.minecraft.util.profiling.jfr that return FileIoSample.StatisticsModifier and TypeMethodDescriptionJfrProfile.fileReadStatistics()Returns the value of thefileReadStatisticsrecord component.JfrProfile.fileWriteStatistics()Returns the value of thefileWriteStatisticsrecord component.Methods in net.minecraft.util.profiling.jfr with parameters of type FileIoSample.StatisticsModifier and TypeMethodDescriptionprivate JsonElementJfrJsonReport.collectFileIoSection(FileIoSample.Statistics statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type FileIoSample.StatisticsModifierConstructorDescriptionJfrProfile(Instant startTime, Instant endTime, Duration duration, @Nullable Duration worldGenDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimeSamples, List<CpuLoadSample> cpuLoadSamples, GcHeapSummarySample.Statistics gcHeapSummaryStatistics, ThreadAllocationStatisticsSample.AllocationMap threadAllocationMap, NetworkIoStatistics<PacketSample> packetReadStatistics, NetworkIoStatistics<PacketSample> packetSentStatistics, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWriteStatistics, FileIoSample.Statistics fileReadStatistics, List<ChunkGenerationSample> chunkGenerationSamples, List<StructureGenerationSample> structureGenerationSamples) Creates an instance of aJfrProfilerecord class. -
Uses of FileIoSample.Statistics in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return FileIoSample.StatisticsModifier and TypeMethodDescriptionstatic FileIoSample.StatisticsFileIoSample.toStatistics(Duration duration, List<FileIoSample> samples)