|
From: Patrick R. <pr...@gm...> - 2006-03-14 23:37:34
|
Hi, 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. Patrick |