ManagedMemorySectionEntries
class in UnityEditor.Profiling.Memory.Experimental
/
Implemented in:UnityEditor
Description 描述
A class that houses MemorySection data, returned by PackedMemorySnapshot.managedHeapSections and PackedMemorySnapshot.managedStacks.
Properties 属性
| 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. |
Public Methods 公共方法
| GetNumEntries | Gets the number of managed memory section entries. |