|
From: Olly B. <ol...@su...> - 2003-09-07 20:49:20
|
I just tried Massif. It seemed to work well, but I found myself wanting
to know in more detail how the time axis corresponded to the execution
of my program.
Maybe there should be a valgrind client request to tell Massif to
annotate the current time with a label, and then hp2ps could mark this
time with a vertical line and label on the plot? Then I could add
something like this to my code:
VALGRIND_MASSIF_MARK("func foo() entered")
And I could then see each time this was executed on the graph.
Cheers,
Olly
|