net.minecraft.util.profiling.jfr.sample

public record ThreadAllocationStatisticsSample

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

Field summary

Modifier and TypeField
private final Instant
timestamp
comp_48
time
private final String
threadName
comp_49
threadName
private final long
totalBytes
comp_50
allocated
public static final org.slf4j.Logger
LOGGER
field_1_5982
field_1_5982
private static final String
UNKNOWN_THREAD
field_34446
UNKNOWN

Constructor summary

ModifierConstructor
public (Instant time, String threadName, long allocated)

Method summary

Modifier and TypeMethod
public static ThreadAllocationStatisticsSample
from(RecordedEvent event)
method_38057(RecordedEvent arg0)
fromEvent(RecordedEvent event)
public static ThreadAllocationStatisticsSample$AllocationMap
summary(List<ThreadAllocationStat> stats)
method_38055(List<class_6530> arg0)
toAllocationMap(List<ThreadAllocationStatisticsSample> samples)
public Instant
timestamp()
comp_48()
time()
public String
threadName()
comp_49()
threadName()
public long
totalBytes()
comp_50()
allocated()
private static void
lambda$summary$1(Map arg0, String arg1, List arg2)
method_38056(Map arg0, String arg1, List arg2)
method_38056(Map arg0, String threadName, List groupedSamples)
private static String
lambda$summary$0(ThreadAllocationStat arg0)
method_38054(class_6530 arg0)
method_38054(ThreadAllocationStatisticsSample sample)