Skip to content

Commit

Permalink
Update valgrind docs to mention leak checking
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Apr 14, 2015
1 parent a6dcc2d commit 14b1983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/devdocs/valgrind.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ It is possible to run the entire Julia test suite under Valgrind, but it does ta

valgrind --smc-check=all-non-file --trace-children=yes --suppressions=$PWD/../contrib/valgrind-julia.supp ../julia runtests.jl all

If you would like to see a report of "definite" memory leaks, pass the flags ``--leak-check=full --show-leak-kinds=definite`` to ``valgrind`` as well.

Caveats
-------

Expand Down

0 comments on commit 14b1983

Please sign in to comment.