Version: 2022.3
언어: 한국어

RawFrameDataView.GetSampleStartTimeNs

매뉴얼로 전환
public ulong GetSampleStartTimeNs (int sampleIndex);

파라미터

sampleIndex Index of the Profiler sample.

반환

ulong Returns sample start time in nanoseconds.

설명

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

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.