Class JfrResultJsonSerializer
java.lang.Object
net.minecraft.util.profiling.jfr.serialize.JfrResultJsonSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonElement
chunkGen
(List<com.mojang.datafixers.util.Pair<ChunkStatus, TimedStatSummary<ChunkGenStat>>> summary) private com.google.gson.JsonElement
cpu
(List<CpuLoadStat> stats) private com.google.gson.JsonElement
fileIO
(JfrStatsResult result) private com.google.gson.JsonElement
fileIoSummary
(FileIOStat.Summary summary) format
(JfrStatsResult result) private com.google.gson.JsonElement
heap
(GcHeapStat.Summary summary) private <T> com.google.gson.JsonElement
ioSummary
(IoSummary<T> ioSummary, BiConsumer<T, com.google.gson.JsonObject> serializer) private com.google.gson.JsonElement
network
(JfrStatsResult result) private static void
serializeChunkId
(ChunkIdentification chunkIndentification, com.google.gson.JsonObject json) private static void
serializePacketId
(PacketIdentification packetIdentification, com.google.gson.JsonObject json) private com.google.gson.JsonElement
serverTicks
(List<TickTimeStat> stats) private com.google.gson.JsonElement
-
Field Details
-
BYTES_PER_SECOND
- See Also:
-
COUNT
- See Also:
-
DURATION_NANOS_TOTAL
- See Also:
-
TOTAL_BYTES
- See Also:
-
COUNT_PER_SECOND
- See Also:
-
gson
final com.google.gson.Gson gson
-
-
Constructor Details
-
JfrResultJsonSerializer
public JfrResultJsonSerializer()
-
-
Method Details
-
serializePacketId
private static void serializePacketId(PacketIdentification packetIdentification, com.google.gson.JsonObject json) -
serializeChunkId
private static void serializeChunkId(ChunkIdentification chunkIndentification, com.google.gson.JsonObject json) -
format
-
heap
-
chunkGen
private com.google.gson.JsonElement chunkGen(List<com.mojang.datafixers.util.Pair<ChunkStatus, TimedStatSummary<ChunkGenStat>>> summary) -
threadAllocations
-
serverTicks
-
fileIO
-
fileIoSummary
-
network
-
ioSummary
private <T> com.google.gson.JsonElement ioSummary(IoSummary<T> ioSummary, BiConsumer<T, com.google.gson.JsonObject> serializer) -
cpu
-