Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSampleName(int)

Gets the name of the specific sample.
Read time 1 minuteLast updated 11 days ago

Definition

public string GetSampleName(int sampleIndex)

Parameters

sampleIndex

Index of the Profiler sample.

Returns

Type

Description

stringReturns sample name. Returns null if sample index is invalid.

Remarks

Note: GetSampleName allocates string when called. Use RawFrameDataView.GetSampleMarkerId to avaoid allocations for simple lookups.