MemorySection
A dump of a piece of memory from the player that's being profiled.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.MemoryProfiler
- Assembly: UnityEditor.CoreModule
public struct MemorySection
Properties
Property | Description |
|---|---|
| bytes | The actual bytes of the memory dump. |
| startAddress | The start address of this piece of memory. |