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

NativeCallstackSymbolEntries

class in UnityEditor.Profiling.Memory.Experimental

マニュアルに切り替える

説明

A class housing native callstack symbol data, returned by PackedMemorySnapshot.nativeCallstackSymbols.

変数

readableStackTraceAn array of readable stack traces of the callback symbols.
symbolAn array of addresses to the callback symbols, referenced by the NativeAllocationSiteEntries.callstackSymbols property.

Public 関数

GetNumEntriesGets the number of callstack symbol entries.