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 recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<ClientFpsSample> fps, List<ServerTickTimeSample> serverTickTimes, List<CpuLoadSample> cpuLoadStats, GcHeapSummarySample.Statistics heapSummary, ThreadAllocationStatisticsSample.AllocationMap threadAllocationSummary, NetworkIoStatistics<PacketSample> receivedPacketsSummary, NetworkIoStatistics<PacketSample> sentPacketsSummary, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWrites, FileIoSample.Statistics fileReads, List<ChunkGenerationSample> chunkGenStats, List<StructureGenerationSample> structureGenStats) -
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)