> For the complete documentation index, see [llms.txt](https://docs.medable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medable.com/cortex-api/decorators/runtime-1/profile.md).

# Profile

Generates a performance profile containing the following for the method.

* count
* total
* avg
* max
* min

If a prefix is not defined, the following is used by default.

```javascript
`${target.constructor.name}.${key}`
```
