Uses of Record Class
net.minecraft.util.profiling.jfr.stats.CpuLoadStat
Packages that use CpuLoadStat
Package
Description
-
Uses of CpuLoadStat in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse with type parameters of type CpuLoadStatModifier and TypeFieldDescriptionprivate final List<CpuLoadStat> JfrStatsParser.cpuLoadStatprivate final List<CpuLoadStat> JfrStatsResult.cpuLoadStatsThe field for thecpuLoadStatsrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type CpuLoadStatModifier and TypeMethodDescriptionJfrStatsResult.cpuLoadStats()Returns the value of thecpuLoadStatsrecord component. -
Uses of CpuLoadStat in net.minecraft.util.profiling.jfr.serialize
Method parameters in net.minecraft.util.profiling.jfr.serialize with type arguments of type CpuLoadStatModifier and TypeMethodDescriptionprivate com.google.gson.JsonElementJfrResultJsonSerializer.cpu(List<CpuLoadStat> p_185591_) -
Uses of CpuLoadStat in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return CpuLoadStat