Web-based viewer for Python profiler output with interactive visualization
Web-based viewer for Python profiler output
snakeviz$ python -m cProfile -o output.prof myscript.py && snakeviz output.prof$ snakeviz -p 8080 output.prof$ python -m cProfile -o stats.prof script.py && snakeviz stats.prof