Interface INativeCallstackSymbolEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface INativeCallstackSymbolEntries
Properties
readableStackTrace
Declaration
ArrayEntries<string> readableStackTrace { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<String> |
symbol
Declaration
ArrayEntries<ulong> symbol { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<UInt64> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |