Python snakeviz

From wikinotes

snakeviz is pretty neat, but nowhere near as useful as runsnakerun.

It does however support python3.

Usage

python -m cProfile -o output.pstat file.py
python -m snakeviz output.pstat