# Benchmark Get

## Overview

![The Benchmark Get Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-f20d737f946a573b24b9aa72ac5498dc24dddca7%2Fbenchmarkgetupdatedimage.png?alt=media)

The **Benchmark Get** **Node** retrieves the time on a timer. When it is executed, it prints the time on the **Console** and outputs the value in milliseconds as a **String**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Benchmark Get Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-776fc4511c344798276f1212a101e4169592b357%2Fbenchmarkgetattributes.png?alt=media)

| Attribute    | Type       | Description                                                  |
| ------------ | ---------- | ------------------------------------------------------------ |
| `Timer Name` | **String** | The name of the timer from which the time will be retrieved. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Time`             | **String** | The time on the timer in milliseconds.                                                                                                 |

## See Also

* [**Benchmark Start**](https://docs.incari.com/incari-studio/2023.2/toolbox/development/benchmark-start)
* [**Benchmark Stop**](https://docs.incari.com/incari-studio/2023.2/toolbox/development/benchmark-stop)
