Difference between revisions of "Valgrind"
From PHASTA Wiki
Line 1: | Line 1: | ||
+ | [[Category:Software]] | ||
Valgrind is very useful for finding memory leaks that occur when running scripts. | Valgrind is very useful for finding memory leaks that occur when running scripts. | ||
Revision as of 13:34, 16 December 2011
Valgrind is very useful for finding memory leaks that occur when running scripts.
soft add +valgrind
cd to the directory which contains the program you wish to run valgrind on
valgrind --tool=memcheck <program_name>