public string GetSampleName (int sampleIndex);

Parámetros

sampleIndexIndex of the Profiler sample.

Valor de retorno

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

Descripción

Gets the name of the specific sample.

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