# Benchmark Get

## Overview

![The Benchmark Get Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-fbb50596282e3efcdc9bc388be86f71b182ed93b%2Fnode-benchmark-get.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**.

## Attributes

| 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/2021.1/toolbox/development/benchmark-start)
* [**Benchmark Stop**](https://docs.incari.com/incari-studio/2021.1/toolbox/development/benchmark-stop)
