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

# statistic

The common name for the counter set that contains GPU workload statistics.

## Declaration

```swift
static let statistic: MTLCommonCounterSet
```

## Mentioned in

Converting a GPU’s counter data into a readable format

## Discussion

Discussion The statistics counter set contains the following counters: computeKernelInvocations vertexInvocations fragmentInvocations fragmentsPassed tessellationInputPatches postTessellationVertexInvocations clipperInvocations clipperPrimitivesOut 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)
- [stageUtilization](metal/mtlcommoncounterset/stageutilization.md)
