Record Class GcHeapSummarySample.Statistics

java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.Statistics
Record Components:
duration -
gcDuration -
count -
allocatedBytesPerSecond -
Enclosing class:
GcHeapSummarySample

public static record GcHeapSummarySample.Statistics(Duration duration, Duration gcDuration, int count, double allocatedBytesPerSecond) extends Record
Mappings:
Namespace Name
official azy$a
intermediary net/minecraft/class_6525$class_6526
named net/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$Statistics
official a
intermediary comp_37
named duration
official b
intermediary comp_38
named gcDuration
official c
intermediary comp_39
named count
official d
intermediary comp_40
named allocatedBytesPerSecond
  • Field Details

    • duration

      private final Duration duration
      The field for the duration record component.
    • gcDuration

      private final Duration gcDuration
      The field for the gcDuration record component.
    • count

      private final int count
      The field for the count record component.
    • allocatedBytesPerSecond

      private final double allocatedBytesPerSecond
      The field for the allocatedBytesPerSecond record component.
  • Constructor Details

    • Statistics

      public Statistics(Duration duration, Duration duration2, int int2, double double2)
  • Method Details

    • getGcDurationRatio

      public float getGcDurationRatio()
      Mappings:
      Namespace Name Mixin selector
      official a Lazy$a;a()F
      intermediary method_38043 Lnet/minecraft/class_6525$class_6526;method_38043()F
      named getGcDurationRatio Lnet/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$Statistics;getGcDurationRatio()F
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • duration

      public Duration duration()
      Returns the value of the duration record component.
      Returns:
      the value of the duration record component
    • gcDuration

      public Duration gcDuration()
      Returns the value of the gcDuration record component.
      Returns:
      the value of the gcDuration record component
    • count

      public int count()
      Returns the value of the count record component.
      Returns:
      the value of the count record component
    • allocatedBytesPerSecond

      public double allocatedBytesPerSecond()
      Returns the value of the allocatedBytesPerSecond record component.
      Returns:
      the value of the allocatedBytesPerSecond record component