Uses of Enum Class
net.minecraft.util.profiling.jfr.stats.GcHeapStat.Timing
Packages that use GcHeapStat.Timing
-
Uses of GcHeapStat.Timing in net.minecraft.util.profiling.jfr.stats
Fields in net.minecraft.util.profiling.jfr.stats declared as GcHeapStat.TimingModifier and TypeFieldDescriptionprivate final GcHeapStat.TimingGcHeapStat.timingThe field for thetimingrecord component.Methods in net.minecraft.util.profiling.jfr.stats that return GcHeapStat.TimingModifier and TypeMethodDescriptionGcHeapStat.timing()Returns the value of thetimingrecord component.static GcHeapStat.TimingReturns the enum constant of this class with the specified name.static GcHeapStat.Timing[]GcHeapStat.Timing.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.profiling.jfr.stats with parameters of type GcHeapStat.TimingModifierConstructorDescriptionGcHeapStat(Instant timestamp, long heapUsed, GcHeapStat.Timing timing) Creates an instance of aGcHeapStatrecord class.