Uses of Record Class
net.minecraft.util.profiling.jfr.sample.ChunkRegionSample
Packages that use ChunkRegionSample
-
Uses of ChunkRegionSample in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type ChunkRegionSampleModifier and TypeFieldDescriptionprivate final Map
<ChunkRegionSample, JfrProfileRecorder.Counter> JfrProfileRecorder.chunkRegionReadCounter
private final Map
<ChunkRegionSample, JfrProfileRecorder.Counter> JfrProfileRecorder.chunkRegionWriteCounter
private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.readChunks
The field for thereadChunks
record component.private final NetworkIoStatistics
<ChunkRegionSample> JfrProfile.writtenChunks
The field for thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr that return types with arguments of type ChunkRegionSampleModifier and TypeMethodDescriptionJfrProfile.readChunks()
Returns the value of thereadChunks
record component.JfrProfile.writtenChunks()
Returns the value of thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr with parameters of type ChunkRegionSampleModifier and TypeMethodDescriptionprivate static void
JfrJsonReport.addChunkData
(ChunkRegionSample chunk, JsonObject json) Method parameters in net.minecraft.util.profiling.jfr with type arguments of type ChunkRegionSampleModifier and TypeMethodDescriptionprivate void
JfrProfileRecorder.addChunkRegionEvent
(RecordedEvent event, int bytes, Map<ChunkRegionSample, JfrProfileRecorder.Counter> chunksToCounter) -
Uses of ChunkRegionSample in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return ChunkRegionSampleModifier and TypeMethodDescriptionstatic ChunkRegionSample
ChunkRegionSample.fromEvent
(RecordedEvent event)