|
From: Avery P. <ape...@ni...> - 2004-03-23 13:54:55
|
On Tue, Mar 23, 2004 at 01:00:18PM +0100, Josef Weidendorfer wrote:
> So the conversion would have to calculate inclusive costs from the self
> cost of contexts.
Sounds easy enough...
> Another thing: doesn't massif provide the difference "Allocated" -
> "Deallocated"? I'm not quite sure how to handle this.
Well, it actually provides the continuous sum of allocated-deallocated over
the runtime of the program. But that doesn't matter: the point is it
provides just one major number per context ("the spacetime"), which we ought
to be able to view in kcachegrind like the other numbers (cache misses, CPU
cycles, etc).
Have fun,
Avery
|