<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLCommonCounterSet",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@T@MTLCommonCounterSet"
  },
  "title" : "MTLCommonCounterSet"
}
-->

# MTLCommonCounterSet

The name of a specific counter set that a GPU device can support.

```
struct MTLCommonCounterSet
```

## Overview

This type defines the constants that let a GPU device declare which counter sets it supports.

> Important:
> Some GPUs may only support some of the counters within a counter set.

For more information, see [Confirming which counters and counter sets a GPU supports](/documentation/Metal/confirming-which-counters-and-counter-sets-a-gpu-supports).

## Topics

### Common counter set names

[`timestamp`](/documentation/Metal/MTLCommonCounterSet/timestamp)

The common name for the counter set that contains the timestamp counter.

[`stageUtilization`](/documentation/Metal/MTLCommonCounterSet/stageUtilization)

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

[`statistic`](/documentation/Metal/MTLCommonCounterSet/statistic)

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

### Swift support

[`init(rawValue:)`](/documentation/Metal/MTLCommonCounterSet/init(rawValue:))

Creates a common counter set name from a raw value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)