Perl modules for checking memory
This page was created on Tue Feb 21 2017 and last changed on Sat Oct 05 2024.
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-2024. All
rights reserved.
For comments, questions, and corrections, please email
Ben Bullock
(benkasminbullock@gmail.com).
/
Disclaimer