GetSampleStartTimeMs(int)
Gets the start time of the sample. The amount of time is expressed in milliseconds.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public double GetSampleStartTimeMs(int sampleIndex)
Parameters
Index of the Profiler sample.
Returns
Type | Description |
|---|---|
| double | Returns sample start time in milliseconds. |
Remarks
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.