From 64641c1546180383f259dba06fd1a2a47b7a591b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 25 Mar 2017 13:00:11 +0100 Subject: [PATCH] Created Hunting leaks (markdown) --- Hunting-leaks.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hunting-leaks.md diff --git a/Hunting-leaks.md b/Hunting-leaks.md new file mode 100644 index 0000000..37f7d89 --- /dev/null +++ b/Hunting-leaks.md @@ -0,0 +1,2 @@ +- Compile with ``-d:nimTypeNames`` +- At strategic places in your program call ``dumpNumberOfInstances`` to see what the GC heap contains.