Re: Runtime Memory Usage Graph
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
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