# InstrumentOptions

`import { InstrumentOptions } from "destack:profile";`

Profile instrument options.

```ds title="InstrumentOptions"
export struct InstrumentOptions {
    unit: Unit;
    description: string;
}
```

[language/library/src/profile/instrument.ds:14:20](https://github.com/destack-sh/destack/blob/main/language/library/src/profile/instrument.ds#L14-L20)

## Members

### `unit: Unit`

Unit for recorded values.

### `description: string`

Human-readable instrument description.
