Uses of Record Class
net.minecraft.util.profiling.jfr.sample.ChunkRegionSample
-
Uses of ChunkRegionSample in net.minecraft.util.profiling.jfr
Modifier 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.Modifier and TypeMethodDescriptionJfrProfile.readChunks()
Returns the value of thereadChunks
record component.JfrProfile.writtenChunks()
Returns the value of thewrittenChunks
record component.Modifier and TypeMethodDescriptionprivate static void
JfrJsonReport.addChunkData
(ChunkRegionSample chunk, JsonObject json) Modifier and TypeMethodDescriptionprivate void
JfrProfileRecorder.addChunkRegionEvent
(RecordedEvent event, int bytes, Map<ChunkRegionSample, JfrProfileRecorder.Counter> chunksToCounter) -
Uses of ChunkRegionSample in net.minecraft.util.profiling.jfr.sample
Modifier and TypeMethodDescriptionstatic ChunkRegionSample
ChunkRegionSample.fromEvent
(RecordedEvent event)