Monthly Archives: May 2017

Looking into profiling Python

Periodically I get back to profiling code, or at least some of it. Profiling is an tricky art: I do not claim expertise but it is something that I come back to every so often. In a previous project I used strace to follow the ins and outs of a very long running process (about […]