Version: 2021.2
言語: 日本語
public double GetSampleStartTimeMs (int sampleIndex);

パラメーター

sampleIndex Index of the Profiler sample.

戻り値

double Returns sample start time in milliseconds.

説明

Gets the start time of the sample. The amount of time is expressed in milliseconds.

The sample start time is a monotonous steady time, which Unity gets via the high frequency timer which is available on the target platform. Usually it represents the time since the machine started up.