Uses of Class
net.minecraft.util.profiling.jfr.JfrProfileRecorder.Counter
-
Uses of JfrProfileRecorder.Counter 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 Map
<PacketSample, JfrProfileRecorder.Counter> JfrProfileRecorder.receivedPacketsToCounter
private final Map
<PacketSample, JfrProfileRecorder.Counter> JfrProfileRecorder.sentPacketsToCounter
Modifier and TypeMethodDescriptionprivate void
JfrProfileRecorder.addChunkRegionEvent
(RecordedEvent event, int bytes, Map<ChunkRegionSample, JfrProfileRecorder.Counter> chunksToCounter) private void
JfrProfileRecorder.addPacket
(RecordedEvent event, int bytes, Map<PacketSample, JfrProfileRecorder.Counter> packetsToCounter) private static <T> NetworkIoStatistics
<T> JfrProfileRecorder.createNetworkIoStatistics
(Duration duration, Map<T, JfrProfileRecorder.Counter> packetsToCounter)