|
From: Mathieu M. <mat...@gm...> - 2010-07-20 10:24:18
|
Hi there, I am reading: http://valgrind.org/docs/manual/ms-manual.html I do not understand how to do stack profiling. I used: valgrind --tool=massif --time-unit=B --heap=no --stacks=yes prog It generates a massif file, I can open it with ms_print. But I am starring at this output and cannot figure out how to make use of it. Where do I find function name, where large amount of stack space are used ? Thanks a bunch ! -- Mathieu PS: I believe there is a typo at: --stacks=<yes|no> [default: yes] it should says (AFAIK): --stacks=<yes|no> [default: no] |