net.minecraft.util.profiling.jfr.stats

public record ThreadAllocationStat

bqw
net.minecraft.util.profiling.jfr.stats.ThreadAllocationStat
net.minecraft.class_6530
net.minecraft.util.profiling.jfr.sample.ThreadAllocationStatisticsSample
net.minecraft.util.profiling.jfr.stats.ThreadAllocationStat

Field summary

Modifier and TypeField
private final Instant
a
timestamp
comp_48
time
private final String
b
threadName
comp_49
threadName
private final long
c
totalBytes
comp_50
allocated
private static final String
d
UNKNOWN_THREAD
field_34446
UNKNOWN

Constructor summary

ModifierConstructor
public (Instant arg0, String arg1, long arg2)

Method summary

Modifier and TypeMethod
public static ThreadAllocationStat
a(RecordedEvent arg0)
from(RecordedEvent arg0)
method_38057(RecordedEvent arg0)
fromEvent(RecordedEvent event)
public static ThreadAllocationStat$Summary
a(List<bqw> arg0)
summary(List<ThreadAllocationStat> arg0)
method_38055(List<class_6530> arg0)
toAllocationMap(List<ThreadAllocationStatisticsSample> samples)
public Instant
a()
timestamp()
comp_48()
time()
public String
b()
threadName()
comp_49()
threadName()
public long
c()
totalBytes()
comp_50()
allocated()