PEP 454: mention also gdb-heap
This commit is contained in:
parent
f5dae2a3d7
commit
e9eb066c0d
|
@ -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>`_.
|
||||
|
|
Loading…
Reference in New Issue