NativeStackTraces
Specifies that Call-Stack Symbols for the Native Call-stack of each Allocation should be collected.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: Unity.Profiling.Memory
- Assembly: UnityEngine.CoreModule
NativeStackTraces = 16
Remarks
Native Call stacks can only be collected from a build that supports the collection of Native Call-stack information, which currently requires Source Code access. To be able to connect each allocation to its Call-stack, the CaptureFlags.NativeAllocationSites needs to be specified as well.
Corresponds to the NativeCallstackSymbol field in a Memory Snapshot.