Version: 2021.3
public string GetMarkerName (int markerId);

参数

markerId Marker identifier.

返回

string Returns marker name. Returns null if identifier is unknown.

描述

Gets Profiler marker name for the specific marker identifier.

The Profiler uses unique identifier for each marker created during profiling session. Marker can generate many samples which HierarchyFrameDataView and RawFrameDataView provide access for.
All samples generated by the same marker have the same integer marker identifier and the same name.

标记标识符在整个性能分析会话期间保持。

Throws:
System.ArgumentException if markerId is invalid.

See Also: GetMarkerId.