- [ ] [vprof for mem/cpu interactiv viz (uses npm)](https://github.com/nvdv/vprof) - [ ] [fil for mem usage flame graphs (linux only)](https://pythonspeed.com/articles/memory-profiler-data-scientists/) - [ ] [py-spy for low-overhead running cpu prof](https://github.com/benfred/py-spy) - [ ] [snakeviz for viewing cProfile output flame graphs](https://jiffyclub.github.io/snakeviz/) - [x] [gprof2dot for graph plots of cProfile](https://github.com/jrfonseca/gprof2dot)