Version: 2021.1

RawFrameDataView.GetSampleCallstack

切换到手册
public void GetSampleCallstack (int sampleIndex, List<ulong> outCallstack);

参数

sampleIndex Index of the Profiler sample.
outCallstack 使用调用栈指针填充的列表(作为方法调用的结果)。

描述

Gets the callstack associated with the specified sample.

When the callstack collection mode is enabled for certain profiler markers (such as GC.Alloc), the Profiler writes the callstack to the data stream. The callstack refers to the instruction pointer stack. Instruction pointers can be resolved into function names which you can then use to identify the sample origin in the source code. GetSampleCallstack retrieves the callstack as a list of pointers. Each list entry represents a function call.

Use FrameDataView.ResolveMethodInfo to get funtion name and location information for the instruction pointer.

See Also: sampleCount, FrameDataView.ResolveMethodInfo.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961