Uses of Record 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.threadAllocationMapThe field for thethreadAllocationMaprecord component.Methods in net.minecraft.util.profiling.jfr that return ThreadAllocationStatisticsSample.AllocationMapModifier and TypeMethodDescriptionJfrProfile.threadAllocationMap()Returns the value of thethreadAllocationMaprecord component.Methods in net.minecraft.util.profiling.jfr with parameters of type ThreadAllocationStatisticsSample.AllocationMapModifier and TypeMethodDescriptionprivate JsonElementJfrJsonReport.collectThreadAllocationSection(ThreadAllocationStatisticsSample.AllocationMap statistics) Constructors in net.minecraft.util.profiling.jfr with parameters of type ThreadAllocationStatisticsSample.AllocationMapModifierConstructorDescriptionJfrProfile(Instant startTime, Instant endTime, Duration duration, @Nullable Duration worldGenDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimeSamples, List<CpuLoadSample> cpuLoadSamples, GcHeapSummarySample.Statistics gcHeapSummaryStatistics, ThreadAllocationStatisticsSample.AllocationMap threadAllocationMap, NetworkIoStatistics<PacketSample> packetReadStatistics, NetworkIoStatistics<PacketSample> packetSentStatistics, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWriteStatistics, FileIoSample.Statistics fileReadStatistics, List<ChunkGenerationSample> chunkGenerationSamples, List<StructureGenerationSample> structureGenerationSamples) Creates an instance of aJfrProfilerecord class. -
Uses of ThreadAllocationStatisticsSample.AllocationMap in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return ThreadAllocationStatisticsSample.AllocationMapModifier and TypeMethodDescriptionThreadAllocationStatisticsSample.toAllocationMap(List<ThreadAllocationStatisticsSample> samples)