|
From: Tilman S. <ti...@co...> - 2004-06-05 17:27:23
|
Jones, Mark A (Mark) <jo...@lu...> [2004-06-05 18:52]: > I'm a new user experimenting with valgrind. Is there a way a have valgrind direct its out put to a file? I would like to be able to do something like: > > valgrind -v --trace-malloc=yes --capture-file=File --leak-check=yes prog_name > and have the valgrind's findings go directly to File instead of the screen. valgrind --logfile=foo does what you want :) -- Regards, Tilman |