|
From: Bart V. A. <bar...@gm...> - 2006-11-20 10:33:18
|
If I may ask a dumb question: the massif documentation ( http://www.valgrind.org/docs/manual/ms-manual.html) specifies that it is possible to obtain information about stack sizes with massif. Which command line options should I pass to massif in order to obtain information about the maximum number of bytes used on each thread's stack during a program's lifetime ? Note: I know that the current usage and the maximum allowed stack size can be obtained from /proc/*/stat and /proc/*/maps respectively, but this is not what I'm looking for. -- Regards, Bart Van Assche. |