Uses of Record Class
net.minecraft.util.profiling.jfr.stats.ChunkIdentification
Package
Description
-
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.parse
Modifier and TypeFieldDescriptionprivate final Map
<ChunkIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.readChunks
private final IoSummary
<ChunkIdentification> JfrStatsResult.readChunks
The field for thereadChunks
record component.private final Map
<ChunkIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.writtenChunks
private final IoSummary
<ChunkIdentification> JfrStatsResult.writtenChunks
The field for thewrittenChunks
record component.Modifier and TypeMethodDescriptionJfrStatsResult.readChunks()
Returns the value of thereadChunks
record component.JfrStatsResult.writtenChunks()
Returns the value of thewrittenChunks
record component.Modifier and TypeMethodDescriptionprivate void
JfrStatsParser.incrementChunk
(RecordedEvent p_326116_, int p_326437_, Map<ChunkIdentification, JfrStatsParser.MutableCountAndSize> p_326416_) -
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.serialize
Modifier and TypeMethodDescriptionprivate static void
JfrResultJsonSerializer.serializeChunkId
(ChunkIdentification p_325926_, com.google.gson.JsonObject p_325916_) -
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.stats
Modifier and TypeMethodDescriptionstatic ChunkIdentification
ChunkIdentification.from
(RecordedEvent p_326190_)