Re: Runtime Memory Usage Graph

2005-11-13 Thread Mike Stump
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 will include 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

Runtime Memory Usage Graph

2005-11-12 Thread Steven Woody
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