More on memory benchmarking
Category: benchmarking
#IPython #magic #memit #memory #memory_profiler #mprun #benchmarking #python
Following up on my task to make it easier to benchmark memory usage in Python, I updated Fabian’s [memory_profiler][] to include a couple of useful IPython magics. While in my last post, I used the new IPython 0.13 syntax for defining magics, this time I used the backwards-compatible …