# GPU

> GPU statistics.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Profiling](/engine/6000.5/script-reference/unityengine/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
GPU = 1
```

### Remarks

**Note**: Not all hardware supports profiling GPU. Also, profiling GPU adds a particularly high amount of profiling overhead. Consider turning this area off when you don't need it. See [Profiler.SetAreaEnabled](/engine/6000.5/script-reference/unityengine/profiling/profiler/setareaenabled.md).
