Version: 2021.3

FrameDataView.GetSessionMetaDataCount

切换到手册
public int GetSessionMetaDataCount (Guid id, int tag);

参数

id Unique identifier associated with the data.
tag 数据流索引。

返回

int Returns count of metadata chunks.

描述

Gets the total number of metadata chunks for each id and tag pair in the Profiler session.

Use the GetSessionMetaDataCount method to retrieve the total number of metadata arrays available in the session this frame occurred in. Profiler data can contain frames from different sessions.

When there are multiple Profiler.EmitSessionMetaData calls in the same frame, it results in multiple metadata arrays that are associated with the frame for a given id, tag pair. This information can be used to write data to the stream in small portions, which reduces the amount of memory needed to hold generated data.

使用 ID 标识来自项目或包的元数据。
使用 tag 区分不同数据流。

See Also: GetSessionMetaData, Profiler.EmitSessionMetaData.