Nevertheless, you might like to look at Valgrind: http://www.valgrind.org/ and the heap profiler it includes: http://www.valgrind.org/info/tools.html#massif http://www.valgrind.org/docs/manual/ms-manual.html Neil. Steven Woody wrote:
how can i get see the runtime memory useage graph for my c++ program? this will include stack memory and dynamic memory (heap). thanks. - narke