Uses of Record Class
net.minecraft.util.profiling.jfr.sample.FileIoSample.Statistics
-
Uses of FileIoSample.Statistics in net.minecraft.util.profiling.jfr
Modifier and TypeFieldDescriptionprivate final FileIoSample.Statistics
JfrProfile.fileReadStatistics
The field for thefileReadStatistics
record component.private final FileIoSample.Statistics
JfrProfile.fileWriteStatistics
The field for thefileWriteStatistics
record component.Modifier and TypeMethodDescriptionJfrProfile.fileReadStatistics()
Returns the value of thefileReadStatistics
record component.JfrProfile.fileWriteStatistics()
Returns the value of thefileWriteStatistics
record component.Modifier and TypeMethodDescriptionprivate JsonElement
JfrJsonReport.collectFileIoSection
(FileIoSample.Statistics statistics) ModifierConstructorDescriptionJfrProfile
(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, NetworkIoStatistics networkIoStatistics, NetworkIoStatistics networkIoStatistics2, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3) -
Uses of FileIoSample.Statistics in net.minecraft.util.profiling.jfr.sample
Modifier and TypeMethodDescriptionstatic FileIoSample.Statistics
FileIoSample.toStatistics
(Duration duration, List<FileIoSample> samples)