# 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}`
```
