|
From: ajit g. <pea...@ya...> - 2010-04-12 13:38:00
|
Hi All,
I wanted to know are there any good programs which I can refer too to get the real feel of valgrind.I want to use this tool and see exactly how this works and I ant to know all the options.Is it used only for mem leak issues or anything apart from this.
Ajit
|
|
From: tom f. <tf...@al...> - 2010-04-12 17:46:32
|
ajit gunge <pea...@ya...> writes: > I wanted to know are there any good programs which I can refer too to > get the real feel of valgrind.I want to use this tool and see exactly > how this works and I ant to know all the options.Is it used only for > mem leak issues or any thing apart from this. You could start by reading the official documentation: http://www.valgrind.org/docs/manual/manual.html which has a separate chapter for each available tool. -tom |