---
title: MTL4TimestampGranularity
framework: metal
role: symbol
role_heading: Enumeration
path: metal/mtl4timestampgranularity
---

# MTL4TimestampGranularity

Provides a hint to the system about the desired accuracy when writing GPU counter timestamps.

## Declaration

```swift
enum MTL4TimestampGranularity
```

## Overview

Overview Pass these values to writeTimestamp(granularity:counterHeap:index:) and writeTimestamp(granularity:after:counterHeap:index:) to control the desired accurracy of the counter sampling operation.

## Topics

### Enumeration Cases

- [MTL4TimestampGranularity.precise](metal/mtl4timestampgranularity/precise.md)
- [MTL4TimestampGranularity.relaxed](metal/mtl4timestampgranularity/relaxed.md)

### Initializers

- [init(rawValue:)](metal/mtl4timestampgranularity/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Submitting work to a GPU with Metal 4

- [MTL4CommandQueue](metal/mtl4commandqueue.md)
- [MTL4CommandQueueDescriptor](metal/mtl4commandqueuedescriptor.md)
- [MTL4CommandQueueError](metal/mtl4commandqueueerror-swift.struct.md)
- [MTL4CommandQueueError.Code](metal/mtl4commandqueueerror-swift.struct/code.md)
- [MTL4CommandQueueErrorDomain](metal/mtl4commandqueueerrordomain.md)
- [MTL4CommandBuffer](metal/mtl4commandbuffer.md)
- [MTL4CommandBufferOptions](metal/mtl4commandbufferoptions.md)
- [MTL4CommandEncoder](metal/mtl4commandencoder.md)
- [MTL4RenderEncoderOptions](metal/mtl4renderencoderoptions.md)
- [MTL4ArgumentTable](metal/mtl4argumenttable.md)
- [MTL4ArgumentTableDescriptor](metal/mtl4argumenttabledescriptor.md)
- [MTL4CommandAllocator](metal/mtl4commandallocator.md)
- [MTL4CommandAllocatorDescriptor](metal/mtl4commandallocatordescriptor.md)
- [MTL4CommitOptions](metal/mtl4commitoptions.md)
- [MTL4CommitFeedback](metal/mtl4commitfeedback.md)
