---
name: TickCountSampleMethod
last_updated: 2026-07-02T02:14:38Z
type: enum
summary: "Controls the precision of a timer."
---

# TickCountSampleMethod

Controls the precision of a timer.

**Type:** enum

## Description

Compute time using a faster, but less precise method.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Fast` | 0 | Compute time using a faster, but less precise method. |
| `Benchmark` | 1 | Dynamically decide between using ''Fast'' and ''Precise'' depending on performance. |
| `Precise` | 2 | Compute time using a precise method. |