|
From: Nicholas N. <nj...@cs...> - 2006-03-14 23:56:33
|
On Tue, 14 Mar 2006, Patrick Rabau wrote: > Does valgrind provide a way to print the max used size of the stack, > i.e., how big the stack utilization grew for a program run (at least > for the main stack if on a multithreaded application)? This is useful > to know if the stack was sized appropriately. Massif (use --tool=massif) will give you an idea about this. Nick |