Uses of Record Class
net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample
Packages that use GcHeapSummarySample
-
Uses of GcHeapSummarySample in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type GcHeapSummarySampleModifier and TypeFieldDescriptionprivate final List<GcHeapSummarySample>
JfrProfileRecorder.gcHeapSummarySamples
-
Uses of GcHeapSummarySample in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return GcHeapSummarySampleModifier and TypeMethodDescriptionstatic GcHeapSummarySample
GcHeapSummarySample.fromEvent
(RecordedEvent event) Method parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type GcHeapSummarySampleModifier and TypeMethodDescriptionprivate static double
GcHeapSummarySample.getAllocatedBytesPerSecond
(List<GcHeapSummarySample> samples) GcHeapSummarySample.toStatistics
(Duration duration, List<GcHeapSummarySample> samples, Duration gcDuration, int count)