|
From: Nicholas N. <nj...@ca...> - 2003-08-12 16:42:59
|
Hi all, Thanks very much for the feedback so far about Massif. I've put a new version (v0.0.2) up at www.cl.cam.ac.uk/~njn25/valgrind.html. I've also put up there source and binary versions of hp2ps, the graph-producing program, so you don't have to download Glasgow Haskell any more. (Nb: These versions I have put up don't have the minor bug involving the marks on the x-axis.) Changes: - Got rid of the "xNN" names, now using code addresses and function names. This makes the graph more user-friendly. - Fixed this bug (hopefully): Massif: ms_main.c:444 (get_XCon): Assertion `0 == xpt->children[i]->n_children' failed. - Now noticing brk() (included in the "data" count) - Now noticing signal handler stacks (in the "stack(s)" count) - Corresponding documentation changes. More feedback welcome. N |