Runtime Memory Usage Graph
Neil Ferguson
nferguso@eso.org
Mon Nov 14 20:12:00 GMT 2005
This list is for questions relating to GCC. Your question would be better
asked on a generic C++ list.
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
More information about the Gcc-help
mailing list