|
From: Nicholas N. <nj...@cs...> - 2007-09-13 09:34:21
|
On Thu, 13 Sep 2007, Salvatore Iovene wrote: > I see that Massif is a tool for heap profiling. I would like to profile > the usage of the stack of my program; is there a way with Valgrind? And > if not, can you suggest some other way to do it? Try the --stacks=yes option. Nick |