|
From: Serge E. <se...@ya...> - 2008-09-10 14:22:33
|
Hi all
I'm researching how to use Massif to investigate the memory allocation and I find Massif very useful tool. Our application does many allocations at startup to load the configuration so that the Massif graph represents a peak at the beginning and a plateau over the program running time. The smaller allocations being made in run-time are not visible in the report because of huge memory size allocated at startup.
Is there any way to zero the Massif counters during the client program running?
Thank you in advance
Sergey Emantayev
|
|
From: Nicholas N. <nj...@cs...> - 2008-09-16 00:40:56
|
On Wed, 10 Sep 2008, Serge Emantayev wrote: > I'm researching how to use Massif to investigate the memory allocation and > I find Massif very useful tool. Our application does many allocations at > startup to load the configuration so that the Massif graph represents a > peak at the beginning and a plateau over the program running time. The > smaller allocations being made in run-time are not visible in the report > because of huge memory size allocated at startup. Is there any way to zero > the Massif counters during the client program running? No, sorry. It wouldn't be that hard to modify it to do this, if you're not afraid of getting your hands dirty. Nick |