All the Perl that's Practical to Extract and Report
Shaved a tiny amount off the Devel::LeakTrace overhead by calling on malloc a lot less. From 2.65 seconds down to 2.59 for a simple for (1..1000) {++$x} loop. Only 2.3% by my sums, but it all counts.
malloc
for (1..1000) {++$x}
Released 0.04 to CPAN.