# 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.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static ulong GetGpuTimerFrequency()
```

### Returns

| Type                                                          | Description                               |
| ------------------------------------------------------------- | ----------------------------------------- |
| [ulong](https://learn.microsoft.com/dotnet/api/system.uint64) | GPU timer frequency for current platform. |
