Uses of Record Class
net.minecraft.util.profiling.jfr.stats.FpsStat
Packages that use FpsStat
Package
Description
-
Uses of FpsStat in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse with type parameters of type FpsStatModifier and TypeFieldDescriptionJfrStatsParser.fpsJfrStatsResult.fpsThe field for thefpsrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type FpsStatModifier and TypeMethodDescriptionJfrStatsResult.fps()Returns the value of thefpsrecord component.Constructor parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type FpsStatModifierConstructorDescriptionJfrStatsResult(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<FpsStat> fps, List<TickTimeStat> serverTickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, IoSummary<PacketIdentification> receivedPacketsSummary, IoSummary<PacketIdentification> sentPacketsSummary, IoSummary<ChunkIdentification> writtenChunks, IoSummary<ChunkIdentification> readChunks, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats, List<StructureGenStat> structureGenStats) Creates an instance of aJfrStatsResultrecord class. -
Uses of FpsStat in net.minecraft.util.profiling.jfr.serialize
Method parameters in net.minecraft.util.profiling.jfr.serialize with type arguments of type FpsStat -
Uses of FpsStat in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return FpsStat