Uses of Enum Class
net.minecraft.util.profiling.jfr.stats.GcHeapStat.Timing
-
Uses of GcHeapStat.Timing in net.minecraft.util.profiling.jfr.stats
Modifier and TypeFieldDescriptionprivate final GcHeapStat.Timing
GcHeapStat.timing
The field for thetiming
record component.Modifier and TypeMethodDescriptionGcHeapStat.timing()
Returns the value of thetiming
record component.static GcHeapStat.Timing
Returns 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.ModifierConstructorDescriptionGcHeapStat
(Instant timestamp, long heapUsed, GcHeapStat.Timing timing) Creates an instance of aGcHeapStat
record class.