[IPython-dev] Guppy (Heapy) for variables in %who?
Josh Wasserstein
ribonucleico at gmail.com
Tue Aug 20 13:48:06 EDT 2013
As you may already know, Heapy provides nice memory statistics of the
object heap. Here are a couple of links discussing it:
*
http://stackoverflow.com/questions/110259/which-python-memory-profiler-is-recommended
* http://guppy-pe.sourceforge.net/#Heapy
IPython already has a magic for printing interactive variables: *who*,
similar to MATLAB's *who*:
http://www.mathworks.com/help/matlab/ref/who.html except
that the IPython version does not show the size of objects in memory. This
is where Guppy comes into play, since it can provide memory statistics of
the object heap.
I was wondering if there have been any efforts or discussions in
integrating Heapy (or any other memory profiler) into IPython.
Thanks!
Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130820/8163b0fa/attachment.html>
More information about the IPython-dev
mailing list