Record Class CpuLoadSample
java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.CpuLoadSample
- Record Components:
- jvm-
- userJvm-
- system-
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiling/jfr/sample/CpuLoadSample- intermediary - net/minecraft/class_6522- official - bps- named - jvm- intermediary - comp_22- official - a- named - userJvm- intermediary - comp_23- official - b- named - system- intermediary - comp_24- official - c
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.static CpuLoadSamplefromEvent(RecordedEvent event) final inthashCode()Returns a hash code value for this object.doublejvm()Returns the value of thejvmrecord component.doublesystem()Returns the value of thesystemrecord component.final StringtoString()Returns a string representation of this record class.doubleuserJvm()Returns the value of theuserJvmrecord component.
- 
Field Details
- 
Constructor Details- 
CpuLoadSamplepublic CpuLoadSample(double double2, double double3, double double4) 
 
- 
- 
Method Details- 
fromEvent- Mappings:
- Namespace - Name - Mixin selector - named - fromEvent- Lnet/minecraft/util/profiling/jfr/sample/CpuLoadSample;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/CpuLoadSample;- intermediary - method_38032- Lnet/minecraft/class_6522;method_38032(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_6522;- official - a- Lbps;a(Ljdk/jfr/consumer/RecordedEvent;)Lbps;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. All components in this record class are compared with '=='.
- 
jvmpublic double jvm()Returns the value of thejvmrecord component.- Returns:
- the value of the jvmrecord component
 
- 
userJvmpublic double userJvm()Returns the value of theuserJvmrecord component.- Returns:
- the value of the userJvmrecord component
 
- 
systempublic double system()Returns the value of thesystemrecord component.- Returns:
- the value of the systemrecord component
 
 
-