|
From: Brian B. <bri...@gm...> - 2011-08-01 22:58:32
|
Hi all - I'm new on the list, so hopefully I won't make any faux-pas :) I've been playing with massif, and it seems like a pretty useful tool. Here's what I'm currently bumping up against: I can track all of my major allocations until my program exits. I'd like to get one last dump right at exit that shows a profile of the memory at that point. Since my memory is somewhat reduced just before exit, I think massif is not dumping new information. It could also be that I'm a newbie to massif, and I'm misinterpreting the results. Any help is appreciated. Thanks, Brian |