> **Note**: If you are running the backend on a docker, the architecture is different from your local architecture. Keep in mind that the `backend/` folder is mounted in docker and corresponds to the path `/code` in your docker image. In my case, I created a `backend/debugging/` directory and I write output files to `/code/debugging/my_file.prof` while profiling the code.
It will output a profile file that can be visualized using `snakeviz`: