Uses of Class
net.minecraft.util.profiling.jfr.sample.ThreadAllocationStatisticsSample.AllocationMap
Packages that use ThreadAllocationStatisticsSample.AllocationMap
-
Uses of ThreadAllocationStatisticsSample.AllocationMap in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as ThreadAllocationStatisticsSample.AllocationMapModifier and TypeFieldDescriptionprivate final ThreadAllocationStatisticsSample.AllocationMapJfrProfile.threadAllocationMapMethods in net.minecraft.util.profiling.jfr that return ThreadAllocationStatisticsSample.AllocationMapMethods in net.minecraft.util.profiling.jfr with parameters of type ThreadAllocationStatisticsSample.AllocationMapModifier and TypeMethodDescriptionprivate voidJfrTextReport.addThreadAllocationSection(StringBuilder builder, ThreadAllocationStatisticsSample.AllocationMap allocationMap) private JsonElementJfrJsonReport.collectThreadAllocationSection(ThreadAllocationStatisticsSample.AllocationMap allocationMap) Constructors in net.minecraft.util.profiling.jfr with parameters of type ThreadAllocationStatisticsSample.AllocationMapModifierConstructorDescriptionJfrProfile(Instant startTime, Instant endTime, JfrProfile.OptionalDuration worldGenDuration, List<ServerTickTimeSample> serverTickTimeSamples, List<CpuLoadSample> cpuLoadSamples, GcHeapSummarySample.Statistics gcHeapSummaryStatistics, ThreadAllocationStatisticsSample.AllocationMap threadAllocationMap, PacketSample.Statistics packetReadStatistics, PacketSample.Statistics packetSentStatistics, FileIoSample.Statistics fileWriteStatistics, FileIoSample.Statistics fileReadStatistics, List<ChunkGenerationSample> chunkGenerationSamples)