> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/development/benchmark-stop.md).

# Benchmark Stop

## Overview

![The Benchmark Stop Node.](/files/LN1BISDfJqdkuOvWWaCk)

The **Benchmark Stop** **Node** stops a timer and prints the time measured on the **Console**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Benchmark Stop Node Attributes.](/files/DxKYLz3ImZa1fpjrU8cb)

| Attribute    | Type       | Description                                    |
| ------------ | ---------- | ---------------------------------------------- |
| `Timer Name` | **String** | The name of the timer that the **Node** stops. |

## 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. |

## See Also

* [**Benchmark Start**](/incari-studio/toolbox/development/benchmark-start.md)
* [**Benchmark Get**](/incari-studio/toolbox/development/benchmark-get.md)
