Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Changes
Page history
Add profiling
authored
Oct 02, 2021
by
galberding
Show whitespace changes
Inline
Side-by-side
Development.md
View page @
41be6a13
## 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
```