Add profiling authored by galberding's avatar galberding
## Profiling
Using the CLI will automatically profile the application and write the results
to `logs/amiroci.perf`
One way to visualize the results is to use `snakeviz` which is easily installable
with `pip install snakeviz`.
The following will open a webserver and show the profiling results in the
browser:
```bash
snakeviz logs/amiroci.perf
```