Uses of Class
net.minecraft.util.profiling.jfr.JfrProfileRecorder.Counter
Packages that use JfrProfileRecorder.Counter
-
Uses of JfrProfileRecorder.Counter in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type JfrProfileRecorder.CounterModifier 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
Method parameters in net.minecraft.util.profiling.jfr with type arguments of type JfrProfileRecorder.CounterModifier 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)