Pyinstrument Overview Typical Usage pyinstrument -m <module> --show-all -t ouptput to stdout by default previous runs are stored ~/.local/share/pyinstrument/reports/ and can be rerun with pyinstrument --load-prev <date:time> [options] References My Own Starting point for Python Profiling