NativeCallstackSymbolEntries
A class housing native callstack symbol data, returned by nativeCallstackSymbols.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class NativeCallstackSymbolEntries
Properties
Property | Description |
|---|---|
| readableStackTrace | An array of readable stack traces of the callback symbols. |
| symbol | An array of addresses to the callback symbols, referenced by the NativeAllocationSiteEntries.callstackSymbols property. |
Methods
Method | Description |
|---|---|
| GetNumEntries | Gets the number of callstack symbol entries. |