Hacker News new | ask | show | jobs
by mattip 1688 days ago
This project wraps py-heat https://github.com/csurfer/pyheat in a convenient to use ipython magic command. Pyheat presents a heat map of profiler output: i.e. the output of running your program and measuring the time to execute each line of python code. Pyheat in turn uses pprofile https://github.com/vpelletier/pprofile.
1 comments

I think it warrants an explaination of what py-heat is rather than assuming that the reader knows.