Uses of 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.fileReadStatisticsprivate final FileIoSample.StatisticsJfrProfile.fileWriteStatisticsMethods in net.minecraft.util.profiling.jfr that return FileIoSample.StatisticsModifier and TypeMethodDescriptionJfrProfile.getFileReadStatistics()JfrProfile.getFileWriteStatistics()Methods in net.minecraft.util.profiling.jfr with parameters of type FileIoSample.StatisticsModifier and TypeMethodDescriptionprivate voidJfrTextReport.addFileIoSections(StringBuilder builder, FileIoSample.Statistics writeStatistics, FileIoSample.Statistics readStatistics) private JsonElementJfrJsonReport.collectFileIoSection(FileIoSample.Statistics statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type FileIoSample.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)