PEP 454: mention also gdb-heap

This commit is contained in:
Victor Stinner 2013-10-26 09:43:14 +02:00
parent f5dae2a3d7
commit e9eb066c0d
1 changed files with 3 additions and 1 deletions

View File

@ -600,9 +600,11 @@ Prior Work
* `Meliae
<https://pypi.python.org/pypi/meliae>`_:
Python Memory Usage Analyzer developed by John A Meinel since 2009
* `caulk <https://github.com/smartfile/caulk/>`_: written by Ben Timby in 2012
* `gdb-heap <https://fedorahosted.org/gdb-heap/>`_: gdb script written in
Python by Dave Malcom (2010-2011) to analyze the usage of the heap memory
* `memory_profiler <https://pypi.python.org/pypi/memory_profiler>`_:
written by Fabian Pedregosa (2011-2013)
* `caulk <https://github.com/smartfile/caulk/>`_: written by Ben Timby in 2012
See also `Pympler Related Work
<http://pythonhosted.org/Pympler/related.html>`_.