Version: 2020.2
Experimental: this API is experimental and might be changed or removed in the future.

NativeCallstackSymbolEntries

class in UnityEditor.Profiling.Memory.Experimental

切换到手册

描述

包含本机调用栈符号数据的类,由 PackedMemorySnapshot.nativeCallstackSymbols 返回。

变量

readableStackTrace回调符号的可读堆栈跟踪数组。
symbol回调符号的地址数组,由 NativeAllocationSiteEntries.callstackSymbols 属性引用。

公共函数

GetNumEntries获取调用栈符号条目的数量。