tags:

views:

218

answers:

1

Hi,

Can you please tell me how can I use valgrind for memory profile? The article I found from google talks about how to use valgrind for memory leak. I am interested in how to use that for memory profiling (i.e. how much memory is used by what classes)?

Thank you.

+4  A: 
Norman Ramsey
+1. Massif is farily stable, though it will be a while before that status is officially changed. I have not heard of it blowing up, impregnating goldfish or (gasp) reporting incorrectly in a long time on the valgrind mailing lists.
Tim Post