HACKING.asciidoc: mention how to use valgrind
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 29 Feb 2012 22:54:22 +0000 (23:54 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 29 Feb 2012 22:54:22 +0000 (23:54 +0100)
HACKING.asciidoc

index 5b2937d..cd9486d 100644 (file)
@@ -22,3 +22,10 @@ can run:
   $ cmake ../ -DCMAKE_C_COMPILER=cgcc
   $ make
 
   $ cmake ../ -DCMAKE_C_COMPILER=cgcc
   $ make
 
+=== Valgrind
+
+You can run the test program under the http://valgrind.org/[valgrind]
+dynamic analyzer by using a command like:
+
+  $ valgrind --leak-check=full --show-reachable=yes --track-origins=yes \
+    ./bin/picoproj -W 800 -H 480 -f my_image.jpg