Uses of Record Class
net.minecraft.util.profiling.jfr.sample.ClientFpsSample
Packages that use ClientFpsSample
-
Uses of ClientFpsSample in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type ClientFpsSampleModifier and TypeFieldDescriptionprivate final List<ClientFpsSample> JfrProfileRecorder.clientFpsSamplesprivate final List<ClientFpsSample> JfrProfile.fpsThe field for thefpsrecord component.Methods in net.minecraft.util.profiling.jfr that return types with arguments of type ClientFpsSampleModifier and TypeMethodDescriptionJfrProfile.fps()Returns the value of thefpsrecord component.Method parameters in net.minecraft.util.profiling.jfr with type arguments of type ClientFpsSampleModifier and TypeMethodDescriptionprivate JsonElementJfrJsonReport.collectClientFpsSection(List<ClientFpsSample> samples) Constructor parameters in net.minecraft.util.profiling.jfr with type arguments of type ClientFpsSampleModifierConstructorDescriptionJfrProfile(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimes, List<CpuLoadSample> cpuLoadStats, GcHeapSummarySample.Statistics heapSummary, ThreadAllocationStatisticsSample.AllocationMap threadAllocationSummary, NetworkIoStatistics<PacketSample> receivedPacketsSummary, NetworkIoStatistics<PacketSample> sentPacketsSummary, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWrites, FileIoSample.Statistics fileReads, List<ChunkGenerationSample> chunkGenStats, List<StructureGenerationSample> structureGenStats) -
Uses of ClientFpsSample in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return ClientFpsSampleModifier and TypeMethodDescriptionstatic ClientFpsSampleClientFpsSample.fromEvent(RecordedEvent event, String key)