net.minecraft.util.profiling.jfr.parse

public class JfrStatsParser

brf
net.minecraft.util.profiling.jfr.parse.JfrStatsParser
net.minecraft.class_6516
net.minecraft.unmapped.C_hyurdhty
net.minecraft.util.profiling.jfr.JfrProfileRecorder
net.minecraft.util.profiling.jfr.JfrStatsReader

Field summary

Modifier and TypeField
private Instant
a
recordingStarted
field_34422
f_qymzrsxd
startTime
startTime
private Instant
b
recordingEnded
field_34423
f_vsgnqaow
endTime
endTime
private final List<ChunkGenStat>
c
chunkGenStats
field_34424
f_tzpfhjsr
chunkGenerationSamples
chunkGenerationData
private final List<StructureGenStat>
d
structureGenStats
field_55004
f_zhflnlxw
structureGenerationSamples
private final List<CpuLoadStat>
e
cpuLoadStat
field_34425
f_dcdgsmvx
cpuLoadSamples
cpuLoads
private final Map<PacketIdentification, JfrStatsParser$MutableCountAndSize>
f
receivedPackets
field_34426
f_sflsznpm
receivedPacketsToCounter
packetReads
private final Map<PacketIdentification, JfrStatsParser$MutableCountAndSize>
g
sentPackets
field_34427
f_xjphwbyf
sentPacketsToCounter
packetSent
private final Map<ChunkIdentification, JfrStatsParser$MutableCountAndSize>
h
readChunks
field_49070
f_peuufxbh
chunkRegionReadCounter
chunkRegionRead
private final Map<ChunkIdentification, JfrStatsParser$MutableCountAndSize>
i
writtenChunks
field_49071
f_jrnfvmhq
chunkRegionWriteCounter
chunkRegionWrite
private final List<FileIOStat>
j
fileWrites
field_34428
f_fujkndzc
fileWriteSamples
fileWrites
private final List<FileIOStat>
k
fileReads
field_34429
f_lczhcgwo
fileReadSamples
fileReads
private int
l
garbageCollections
field_34430
f_jxrxpuip
gcCount
garbageCollectionCount
private Duration
m
gcTotalDuration
field_34431
f_vwxftmgh
gcDuration
totalGarbageCollectionDuration
private final List<GcHeapStat>
n
gcHeapStats
field_34432
f_mlohnljq
gcHeapSummarySamples
gcHeapSummaries
private final List<ThreadAllocationStat>
o
threadAllocationStats
field_34433
f_sxwkzxaj
threadAllocationStatisticsSamples
threadAllocationStatistics
private final List<TickTimeStat>
p
tickTimes
field_34434
f_vvbvtrgx
serverTickTimeSamples
serverTickTimes
private Duration
q
worldCreationDuration
field_34435
f_flaiszfw
worldGenDuration
worldLoadDuration

Constructor summary

ModifierConstructor
private (Stream<RecordedEvent> events)

Method summary

Modifier and TypeMethod
public static JfrStatsResult
a(Path arg0)
parse(Path arg0)
method_38001(Path arg0)
m_njeqqndf(Path arg0)
readProfile(Path path)
readStatsResultFrom(Path path)
private JfrStatsResult
a()
results()
method_38000()
m_dfsfobyc()
createProfile()
toStatsResult()
private void
a(Stream<RecordedEvent> arg0)
capture(Stream<RecordedEvent> arg0)
method_38002(Stream<RecordedEvent> arg0)
m_fnnfpmpa(Stream<RecordedEvent> arg0)
handleEvents(Stream<RecordedEvent> events)
readEventStream(Stream<RecordedEvent> eventStream)
private void
a(RecordedEvent arg0, int arg1, Map<brq, brf$a> arg2)
incrementPacket(RecordedEvent arg0, int arg1, Map<PacketIdentification, JfrStatsParser$MutableCountAndSize> arg2)
method_39435(RecordedEvent arg0, int arg1, Map<class_6769, class_6516$class_6766> arg2)
m_jwhvvzhv(RecordedEvent arg0, int arg1, Map<C_yxogwmzq, C_hyurdhty$C_vhmnxjua> arg2)
addPacket(RecordedEvent event, int bytes, Map<PacketSample, JfrProfileRecorder$Counter> packetsToCounter)
addPacket(RecordedEvent event, int bytes, Map<Packet, JfrStatsReader$Counter> packetCounters)
private void
b(RecordedEvent arg0, int arg1, Map<brl, brf$a> arg2)
incrementChunk(RecordedEvent arg0, int arg1, Map<ChunkIdentification, JfrStatsParser$MutableCountAndSize> arg2)
method_56982(RecordedEvent arg0, int arg1, Map<class_9234, class_6516$class_6766> arg2)
m_hgcfajqk(RecordedEvent arg0, int arg1, Map<C_xaublqcq, C_hyurdhty$C_vhmnxjua> arg2)
addChunkRegionEvent(RecordedEvent event, int bytes, Map<ChunkRegionSample, JfrProfileRecorder$Counter> chunksToCounter)
addChunk(RecordedEvent event, int bytes, Map<Chunk, JfrStatsReader$Counter> chunkCounters)
private void
a(RecordedEvent arg0, List<brn> arg1, String arg2)
appendFileIO(RecordedEvent arg0, List<FileIOStat> arg1, String arg2)
method_38004(RecordedEvent arg0, List<class_6523> arg1, String arg2)
m_nsxbjjvi(RecordedEvent arg0, List<C_hlnuiwlk> arg1, String arg2)
addFileIoSample(RecordedEvent event, List<FileIoSample> samples, String bytesKey)
addToFileIo(RecordedEvent event, List<FileIoData> list, String bytesKey)
private static <T> IoSummary<T>
a(Duration arg0, Map<T, brf$a> arg1)
collectIoStats(Duration arg0, Map<T, JfrStatsParser$MutableCountAndSize> arg1)
method_39433(Duration arg0, Map<T, class_6516$class_6766> arg1)
m_crsowpah(Duration arg0, Map<T, C_hyurdhty$C_vhmnxjua> arg1)
createNetworkIoStatistics(Duration duration, Map<T, JfrProfileRecorder$Counter> packetsToCounter)
m_crsowpah(Duration duration, Map<T, JfrStatsReader$Counter> counters)