|
From: David G. <in...@we...> - 2009-07-11 15:21:28
|
Hey folks, is there any possibility to detect maximum heap memory usage of an application? valgrind offers me the number of allocated bytes, but that's uninteresting for me because it's the sum of bytes whose is ever allocated through malloc. I've tried --tool=massif but I didn't understand to interpret it correctly. Can anybody help me? Greetz, David |