net.minecraft.util.profiling.jfr.parse

public class JfrStatsParser

bbb
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
net.minecraft.src.C_182818_
net.minecraft.util.profiling.jfr.parse.JfrStatsParser

Field summary

Modifier and TypeField
private Instant
a
recordingStarted
field_34422
f_qymzrsxd
startTime
startTime
f_185428_
private Instant
b
recordingEnded
field_34423
f_vsgnqaow
endTime
endTime
f_185429_
private final List<ChunkGenStat>
c
chunkGenStats
field_34424
f_tzpfhjsr
chunkGenerationSamples
chunkGenerationData
f_185430_
private final List<CpuLoadStat>
d
cpuLoadStat
field_34425
f_dcdgsmvx
cpuLoadSamples
cpuLoads
f_185431_
private final Map<NetworkPacketSummary$PacketIdentification, JfrStatsParser$MutableCountAndSize>
e
receivedPackets
field_34426
f_sflsznpm
receivedPacketsToCounter
packetReads
f_185432_
private final Map<NetworkPacketSummary$PacketIdentification, JfrStatsParser$MutableCountAndSize>
f
sentPackets
field_34427
f_xjphwbyf
sentPacketsToCounter
packetSent
f_185433_
private final List<FileIOStat>
g
fileWrites
field_34428
f_fujkndzc
fileWriteSamples
fileWrites
f_185434_
private final List<FileIOStat>
h
fileReads
field_34429
f_lczhcgwo
fileReadSamples
fileReads
f_185435_
private int
i
garbageCollections
field_34430
f_jxrxpuip
gcCount
garbageCollectionCount
f_185436_
private Duration
j
gcTotalDuration
field_34431
f_vwxftmgh
gcDuration
totalGarbageCollectionDuration
f_185437_
private final List<GcHeapStat>
k
gcHeapStats
field_34432
f_mlohnljq
gcHeapSummarySamples
gcHeapSummaries
f_185438_
private final List<ThreadAllocationStat>
l
threadAllocationStats
field_34433
f_sxwkzxaj
threadAllocationStatisticsSamples
threadAllocationStatistics
f_185439_
private final List<TickTimeStat>
m
tickTimes
field_34434
f_vvbvtrgx
serverTickTimeSamples
serverTickTimes
f_185440_
private Duration
n
worldCreationDuration
field_34435
f_flaiszfw
worldGenDuration
worldLoadDuration
f_185441_

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)
m_185447_(Path p_185448_)
private JfrStatsResult
a()
results()
method_38000()
m_dfsfobyc()
createProfile()
toStatsResult()
m_185444_()
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)
m_185454_(Stream<RecordedEvent> arg0)
private void
a(RecordedEvent arg0, int arg1, Map<bbk$b, bbb$a> arg2)
incrementPacket(RecordedEvent arg0, int arg1, Map<NetworkPacketSummary$PacketIdentification, JfrStatsParser$MutableCountAndSize> arg2)
method_39435(RecordedEvent arg0, int arg1, Map<class_6767$class_6769, class_6516$class_6766> arg2)
m_jwhvvzhv(RecordedEvent arg0, int arg1, Map<C_olefuomi$C_royzrend, C_hyurdhty$C_vhmnxjua> arg2)
addPacket(RecordedEvent event, int bytes, Map<NetworkIoStatistics$Packet, JfrProfileRecorder$PacketCounter> packetsToCounter)
addPacket(RecordedEvent event, int bytes, Map<NetworkPacketSummary$PacketIdentification, JfrStatsReader$PacketCounter> packetCounters)
m_185458_(RecordedEvent p_185460_, int p_185461_, Map<C_182832_$C_182834_, C_182818_$C_182820_> arg2)
private void
a(RecordedEvent arg0, List<bbi> 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)
m_185462_(RecordedEvent p_185464_, List<C_182827_> p_185465_, String arg2)
private static NetworkPacketSummary
a(Duration arg0, Map<bbk$b, bbb$a> arg1)
collectPacketStats(Duration arg0, Map<NetworkPacketSummary$PacketIdentification, JfrStatsParser$MutableCountAndSize> arg1)
method_39433(Duration arg0, Map<class_6767$class_6769, class_6516$class_6766> arg1)
m_hakqnvlp(Duration arg0, Map<C_olefuomi$C_royzrend, C_hyurdhty$C_vhmnxjua> arg1)
createNetworkIoStatistics(Duration duration, Map<NetworkIoStatistics$Packet, JfrProfileRecorder$PacketCounter> packetsToCounter)
collectPacketStats(Duration duration, Map<NetworkPacketSummary$PacketIdentification, JfrStatsReader$PacketCounter> packetCounters)
m_185449_(Duration p_185450_, Map<C_182832_$C_182834_, C_182818_$C_182820_> p_185451_)