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 recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimes, List<CpuLoadSample> cpuLoadStats, GcHeapSummarySample.Statistics heapSummary, ThreadAllocationStatisticsSample.AllocationMap threadAllocationSummary, NetworkIoStatistics<PacketSample> receivedPacketsSummary, NetworkIoStatistics<PacketSample> sentPacketsSummary, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWrites, FileIoSample.Statistics fileReads, List<ChunkGenerationSample> chunkGenStats, List<StructureGenerationSample> structureGenStats) -
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)