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] ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
