NativeCallstackSymbolEntries
class in UnityEditor.Profiling.Memory.Experimental
/
Implemented in:UnityEditor
Description 描述
A class housing native callstack symbol data, returned by PackedMemorySnapshot.nativeCallstackSymbols.
Properties 属性
| 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. |
Public Methods 公共方法
| GetNumEntries | Gets the number of callstack symbol entries. |