class in UnityEditor.Profiling.Memory.Experimental
A class that houses MemorySection data, returned by PackedMemorySnapshot.managedHeapSections and PackedMemorySnapshot.managedStacks.
Property | Description |
---|---|
bytes | An array of byte arrays that contain memory dumps. |
startAddress | An array of addresses of the start location in memory of the memory dumps referenced by the startAddress property. |
Method | Description |
---|---|
GetNumEntries | Gets the number of managed memory section entries. |