---
title: MTLCounterResultTimestamp
framework: metal
role: symbol
role_heading: Structure
path: metal/mtlcounterresulttimestamp
---

# MTLCounterResultTimestamp

The data structure for storing the data you resolve from a timestamp counter set.

## Declaration

```swift
struct MTLCounterResultTimestamp
```

## Mentioned in

Converting a GPU’s counter data into a readable format

## Overview

Overview For steps that explain how to resolve data from a counter set, such as timestamp, see Converting a GPU’s counter data into a readable format.

## Topics

### Timestamp values

- [timestamp](metal/mtlcounterresulttimestamp/timestamp.md)

### Swift support

- [init()](metal/mtlcounterresulttimestamp/init().md)
- [init(timestamp:)](metal/mtlcounterresulttimestamp/init(timestamp:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Counter sample data output

- [Converting a GPU’s counter data into a readable format](metal/converting-a-gpus-counter-data-into-a-readable-format.md)
- [MTLCounterResultStatistic](metal/mtlcounterresultstatistic.md)
- [MTLCounterResultStageUtilization](metal/mtlcounterresultstageutilization.md)
- [MTLCounterErrorValue](metal/mtlcountererrorvalue.md)
