|
From: n179911 <n1...@gm...> - 2010-02-17 06:11:35
|
Hi, I have looked at valgrind user manual. I know it can be used as a memory leak detector. But can you please tell me how can I use it as a memory profiler (i.e. show me what are the classes used by the memory of my program? how many instance of them and how much memory does each class use? Thank you. |