---
title: stageUtilization
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlcommoncounterset/stageutilization
---

# stageUtilization

The common name for the counter set that contains hardware utilization measurements from various render stages.

## Declaration

```swift
static let stageUtilization: MTLCommonCounterSet
```

## Mentioned in

Converting a GPU’s counter data into a readable format

## Discussion

Discussion The stage utilization counter set contains the following counters: totalCycles vertexCycles fragmentCycles tessellationCycles postTessellationVertexCycles renderTargetWriteCycles Use this name to check whether a GPU device supports the corresponding counter set (see Confirming which counters and counter sets a GPU supports).

## See Also

### Common counter set names

- [timestamp](metal/mtlcommoncounterset/timestamp.md)
- [statistic](metal/mtlcommoncounterset/statistic.md)
