Perl modules for checking memory

These CPAN modules help check the memory use of a Perl program.

Devel::Leak
Devel::LeakTrace
Devel::LeakTrace::Fast
Devel::MAT
Perl Memory Analysis Tool
Devel::Plumber
This uses gdb, the Gnu Debugger, via another module called Devel::GDB.
Devel::Valgrind::Client
Test::LeakTrace
Test::MemoryGrowth
Test::NoLeaks
Test::RunValgrind
This runs valgrind on a command, captures the output, and checks it against a regular expression.
Test::Valgrind
This runs valgrind on a command or Perl script and prints out tests in TAP format.

Copyright © Ben Bullock 2009-2023. All rights reserved. For comments, questions, and corrections, please email Ben Bullock (benkasminbullock@gmail.com) or use the discussion group at Google Groups. / Disclaimer