On Nov 12, 2005, at 11:43 PM, Steven Woody wrote:
how can i get see the runtime memory useage graph for my c++ program? this willinclude stack memory and dynamic memory (heap). thanks.
This is an OS question, and gcc isn't an OS, so this is the wrong place to ask. I usually use top, leaks and vmstat.