# timeEnd

`import { timeEnd } from "destack:console";`

Write and stop a named timer.

```ds title="timeEnd"
export function timeEnd(label?: string | undefined): Result<void, HostError>
```

[language/library/src/console/console.ds:142:144](https://github.com/destack-sh/destack/blob/main/language/library/src/console/console.ds#L142-L144)
