Uses of Record Class
net.minecraft.util.profiling.jfr.sample.ServerTickTimeSample
-
Uses of ServerTickTimeSample in net.minecraft.util.profiling.jfr
Modifier and TypeFieldDescriptionprivate final List
<ServerTickTimeSample> JfrProfile.serverTickTimeSamples
The field for theserverTickTimeSamples
record component.private final List
<ServerTickTimeSample> JfrProfileRecorder.serverTickTimeSamples
Modifier and TypeMethodDescriptionJfrProfile.serverTickTimeSamples()
Returns the value of theserverTickTimeSamples
record component.Modifier and TypeMethodDescriptionprivate JsonElement
JfrJsonReport.collectServerTickSection
(List<ServerTickTimeSample> samples) ModifierConstructorDescriptionJfrProfile
(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, NetworkIoStatistics<PacketSample> networkIoStatistics, NetworkIoStatistics<PacketSample> networkIoStatistics2, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics3, NetworkIoStatistics<ChunkRegionSample> networkIoStatistics4, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3) -
Uses of ServerTickTimeSample in net.minecraft.util.profiling.jfr.sample
Modifier and TypeMethodDescriptionstatic ServerTickTimeSample
ServerTickTimeSample.fromEvent
(RecordedEvent event)