Uses of Record Class
net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.Statistics
-
Uses of GcHeapSummarySample.Statistics in net.minecraft.util.profiling.jfr
Modifier and TypeFieldDescriptionprivate final GcHeapSummarySample.Statistics
JfrProfile.gcHeapSummaryStatistics
The field for thegcHeapSummaryStatistics
record component.Modifier and TypeMethodDescriptionJfrProfile.gcHeapSummaryStatistics()
Returns the value of thegcHeapSummaryStatistics
record component.Modifier and TypeMethodDescriptionprivate JsonElement
JfrJsonReport.collectHeapSection
(GcHeapSummarySample.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 GcHeapSummarySample.Statistics in net.minecraft.util.profiling.jfr.sample
Modifier and TypeMethodDescriptionGcHeapSummarySample.toStatistics
(Duration duration, List<GcHeapSummarySample> samples, Duration gcDuration, int count)