GetGpuTimerFrequency()
This returns the frequency of GPU timer on the current platform, used to interpret timing results. If the platform does not support returning this value it will return 0.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static ulong GetGpuTimerFrequency()
Returns
Type | Description |
|---|---|
| ulong | GPU timer frequency for current platform. |