|
From: nithya p. <vis...@ya...> - 2005-04-23 09:28:58
|
Dear team, I am currently working in an application that can run only on linux5.2 (with kernel version 2.0.36). I would like to know if there is a version of valgrind (with the massif tool) that can run in linux5.2 (with kernel version 2.0.36). If not, can anyone of you, please compile it and post it in the site. If it is not possible, can you suggest me any other tool that could help me finding the stack and heap usage on the run for an application. Thanks in advance nithya __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: Nicholas N. <nj...@cs...> - 2005-04-23 15:17:08
|
On Sat, 23 Apr 2005, nithya prabha wrote: > I am currently working in an application that can run only on linux5.2 > (with kernel version 2.0.36). I would like to know if there is a version > of valgrind (with the massif tool) that can run in linux5.2 (with kernel > version 2.0.36). If not, can anyone of you, please compile it and post > it in the site. If it is not possible, can you suggest me any other tool > that could help me finding the stack and heap usage on the run for an > application. I don't know what linux5.2 is, but Valgrind doesn't support 2.0 kernels. (It's conceivable that it would work on them, but I guess if you're asking you already tried and it didn't work.) mpatrol might be useful for your needs. Its documentation has a section mentioning lots of other tools that do memory-related stuff. N |