Uses of 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
Method parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type GcHeapSummarySampleModifier and TypeMethodDescriptionprivate static doubleGcHeapSummarySample.Statistics.getAllocatedBytesPerSecond(List<GcHeapSummarySample> samples) Constructor parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type GcHeapSummarySampleModifierConstructorDescriptionStatistics(Duration duration, List<GcHeapSummarySample> samples, Duration gcDuration, int count)