# CpuUtilization

> The current normalized CPU utilization in the range of [0.0, 1.0], or -1.0 when not supported. A value of 0.0 indicates the CPU is lightly loaded and cool. A value of 1.0 indicates the CPU is heavily loaded or hot. Has changed when Feature.CpuUtilization bit is set in PerformanceDataRecord.ChangeFlags.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AdaptivePerformance.Provider](/engine/6000.7/script-reference/unityengine/adaptiveperformance/provider.md)
* **Assembly:** UnityEngine.AdaptivePerformanceModule

```csharp
public float CpuUtilization { readonly get; set; }
```
