Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeCallstackSymbolEntries

A class housing native callstack symbol data, returned by nativeCallstackSymbols.
Read time 1 minuteLast updated 8 days ago

Definition

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public class NativeCallstackSymbolEntries

Properties

Property

Description

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

Methods

Method

Description

GetNumEntriesGets the number of callstack symbol entries.