History - net.minecraft.util.profiling.jfr.JfrJsonReport

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

com.google.gson.JsonObject (List, ToDoubleFunction): lambda$cpu$16, method_38024, method_38024

com.google.gson.JsonObject (List, ToDoubleFunction): lambda$cpu$0, method_38024, method_38024

void (com.google.gson.JsonArray, BiConsumer, com.mojang.datafixers.util.Pair): lambda$ioSummary$15, method_38016, method_38016

void (com.google.gson.JsonArray, BiConsumer, com.mojang.datafixers.util.Pair): lambda$ioSummary$0, method_38016, method_38016

void (com.google.gson.JsonArray, com.mojang.datafixers.util.Pair): lambda$fileIoSummary$14, method_38026, method_38026

void (com.google.gson.JsonArray, com.mojang.datafixers.util.Pair): lambda$fileIoSummary$0, method_38026, method_38026

void (com.google.gson.JsonObject, Integer, Double): lambda$fps$13, method_75095, method_75095

void (com.google.gson.JsonObject, Integer, Double): lambda$fps$0, method_75095, method_75095

void (com.google.gson.JsonObject, Integer, Double): lambda$serverTicks$12, method_38020, method_38020

void (com.google.gson.JsonObject, Integer, Double): lambda$serverTicks$1, method_38020, method_38020

double (ServerTickTimeSample): lambda$serverTicks$11, method_38664, method_38664

double (ServerTickTimeSample): lambda$serverTicks$0, method_38664, method_38664

void (com.google.gson.JsonArray, String, Double): lambda$threadAllocations$10, method_38017, method_38017

void (com.google.gson.JsonArray, String, Double): lambda$threadAllocations$0, method_38017, method_38017

void (String, Double, com.google.gson.JsonObject): lambda$threadAllocations$9, method_38022, method_38022

void (String, Double, com.google.gson.JsonObject): lambda$threadAllocations$1, method_38022, method_38022

com.google.gson.JsonElement (ChunkGenerationSample): lambda$chunkGen$8, method_38011, method_38011

com.google.gson.JsonElement (ChunkGenerationSample): lambda$chunkGen$4, method_38011, method_38011

void (com.google.gson.JsonObject, Integer, Double): lambda$chunkGen$7, method_38027, method_38027

void (com.google.gson.JsonObject, Integer, Double): lambda$chunkGen$3, method_38027, method_38027

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$chunkGen$6, method_38019, method_38019

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$chunkGen$2, method_38019, method_38019

void (com.google.gson.JsonObject, com.google.gson.JsonArray): lambda$chunkGen$5, method_38018, method_38018

void (com.google.gson.JsonObject, com.google.gson.JsonArray): lambda$chunkGen$1, method_38018, method_38018

double (com.mojang.datafixers.util.Pair): lambda$chunkGen$4, method_38021, method_38021

double (com.mojang.datafixers.util.Pair): lambda$chunkGen$0, method_38021, method_38021

void (com.google.gson.JsonArray, com.google.gson.JsonObject, LongRunningSampleStatistics, String, List): lambda$structureGen$3, method_65110, method_65110

void (com.google.gson.JsonArray, com.google.gson.JsonObject, LongRunningSampleStatistics, String, List): lambda$structureGen$0, method_65110, method_65110

com.google.gson.JsonElement (StructureGenerationSample): lambda$structureGen$2, method_65109, method_65109

com.google.gson.JsonElement (StructureGenerationSample): lambda$structureGen$3, method_65109, method_65109

void (com.google.gson.JsonObject, Integer, Double): lambda$structureGen$1, method_65113, method_65113

void (com.google.gson.JsonObject, Integer, Double): lambda$structureGen$2, method_65113, method_65113

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$structureGen$0, method_65112, method_65112

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$structureGen$1, method_65112, method_65112

1.21.11_unobfuscated

Names

net.minecraft.util.profiling.jfr.serialize.JfrResultJsonSerializer

net.minecraft.class_6519

net.minecraft.util.profiling.jfr.JfrJsonReport

Fields

String: BYTES_PER_SECOND, field_34438, BYTES_PER_SECOND

String: COUNT, field_34439, COUNT

String: DURATION_NANOS_TOTAL, field_34440, DURATION_NANOS_TOTAL

String: TOTAL_BYTES, field_34441, TOTAL_BYTES

String: COUNT_PER_SECOND, field_34442, COUNT_PER_SECOND

com.google.gson.Gson: gson, field_34437, gson

Constructors

()

Methods

void (PacketSample, com.google.gson.JsonObject): serializePacketId, method_56984, addPacketData

void (ChunkRegionSample, com.google.gson.JsonObject): serializeChunkId, method_56983, addChunkData

String (JfrProfile): format, method_38010, toString

com.google.gson.JsonElement (GcHeapSummarySample$Statistics): heap, method_38013, collectHeapSection

com.google.gson.JsonElement (List<StructureGenerationSample>): structureGen, method_65111, collectStructureGenSection

com.google.gson.JsonElement (List<com.mojang.datafixers.util.Pair<ChunkStatus, LongRunningSampleStatistics<ChunkGenerationSample>>>): chunkGen, method_38023, collectChunkGenSection

com.google.gson.JsonElement (ThreadAllocationStatisticsSample$AllocationMap): threadAllocations, method_38015, collectThreadAllocationSection

com.google.gson.JsonElement (List<ServerTickTimeSample>): serverTicks, method_38028, collectServerTickSection

com.google.gson.JsonElement (List<ClientFpsSample>): fps, method_75096, collectClientFpsSection

com.google.gson.JsonElement (JfrProfile): fileIO, method_38025, collectFileIoSection

com.google.gson.JsonElement (FileIoSample$Statistics): fileIoSummary, method_38012, collectFileIoSection

com.google.gson.JsonElement (JfrProfile): network, method_38029, collectNetworkSection

<T> com.google.gson.JsonElement (NetworkIoStatistics<T>, BiConsumer<T, com.google.gson.JsonObject>): ioSummary, method_38014, collectPacketSection

com.google.gson.JsonElement (List<CpuLoadSample>): cpu, method_38030, collectCpuPercentSection

com.google.gson.JsonObject (List, ToDoubleFunction): lambda$cpu$16, method_38024, method_38024

void (com.google.gson.JsonArray, BiConsumer, com.mojang.datafixers.util.Pair): lambda$ioSummary$15, method_38016, method_38016

void (com.google.gson.JsonArray, com.mojang.datafixers.util.Pair): lambda$fileIoSummary$14, method_38026, method_38026

void (com.google.gson.JsonObject, Integer, Double): lambda$fps$13, method_75095, method_75095

void (com.google.gson.JsonObject, Integer, Double): lambda$serverTicks$12, method_38020, method_38020

double (ServerTickTimeSample): lambda$serverTicks$11, method_38664, method_38664

void (com.google.gson.JsonArray, String, Double): lambda$threadAllocations$10, method_38017, method_38017

void (String, Double, com.google.gson.JsonObject): lambda$threadAllocations$9, method_38022, method_38022

com.google.gson.JsonElement (ChunkGenerationSample): lambda$chunkGen$8, method_38011, method_38011

void (com.google.gson.JsonObject, Integer, Double): lambda$chunkGen$7, method_38027, method_38027

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$chunkGen$6, method_38019, method_38019

void (com.google.gson.JsonObject, com.google.gson.JsonArray): lambda$chunkGen$5, method_38018, method_38018

double (com.mojang.datafixers.util.Pair): lambda$chunkGen$4, method_38021, method_38021

void (com.google.gson.JsonArray, com.google.gson.JsonObject, LongRunningSampleStatistics, String, List): lambda$structureGen$3, method_65110, method_65110

com.google.gson.JsonElement (StructureGenerationSample): lambda$structureGen$2, method_65109, method_65109

void (com.google.gson.JsonObject, Integer, Double): lambda$structureGen$1, method_65113, method_65113

void (com.google.gson.JsonObject, com.google.gson.JsonObject): lambda$structureGen$0, method_65112, method_65112