From e9eb066c0dd055c07d784c9f9f0bfb70c30426b3 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 26 Oct 2013 09:43:14 +0200 Subject: [PATCH] PEP 454: mention also gdb-heap --- pep-0454.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pep-0454.txt b/pep-0454.txt index 8d2beca29..2fc4d8933 100644 --- a/pep-0454.txt +++ b/pep-0454.txt @@ -600,9 +600,11 @@ Prior Work * `Meliae `_: Python Memory Usage Analyzer developed by John A Meinel since 2009 -* `caulk `_: written by Ben Timby in 2012 +* `gdb-heap `_: gdb script written in + Python by Dave Malcom (2010-2011) to analyze the usage of the heap memory * `memory_profiler `_: written by Fabian Pedregosa (2011-2013) +* `caulk `_: written by Ben Timby in 2012 See also `Pympler Related Work `_.