|
From: Aleix <ale...@gm...> - 2008-04-01 21:21:21
|
Hi list, I have been trying the new massif tool and, after noticing that now I have to use ms_print, I have noticed as well that I can't understand what ms_print is saying to me. :P Could somebody tell me where can I find some information about it? Thanks, Aleix Pol |
|
From: Nicholas N. <nj...@cs...> - 2008-04-01 21:35:09
|
On Tue, 1 Apr 2008, Aleix wrote: > I have been trying the new massif tool and, after noticing that now I > have to use ms_print, I have noticed as well that I can't understand > what ms_print is saying to me. :P > > Could somebody tell me where can I find some information about it? The Valgrind user manual. Nick |
|
From: Martijn V. <ma...@be...> - 2008-04-02 14:27:47
|
Nicholas Nethercote wrote: > On Tue, 1 Apr 2008, Aleix wrote: > >> I have been trying the new massif tool and, after noticing that now I >> have to use ms_print, I have noticed as well that I can't understand >> what ms_print is saying to me. :P >> >> Could somebody tell me where can I find some information about it? > > The Valgrind user manual. > > Nick I wrote a tool to make a (hopefully mre udnerstandable) graph from the massif output. It is very much work in progress, but it might be usefull (and I could use some feedback). you can download it from: http://www.aaltjegron.nl/msplot/ |