Flags that specify what kind of data to capture in a snapshot.
ManagedObjects | Specifies that the entire managed heap and all the data needed to parse it should be captured as part of the Memory Snapshot. |
NativeObjects | Specifies that information about Native Objects should be collected. |
NativeAllocations | Specifies that the Native Memory used by any Native Allocation made by Unity should be captured. |
NativeAllocationSites | Specifies the location that each native allocation was allocated at. |
NativeStackTraces | Specifies that Call-Stack Symbols for the Native Call-stack of each Allocation should be collected. |