From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Dyga Subject: What memory profiler? Date: Wed, 19 Jan 2005 19:30:55 +0000 Message-ID: <200501191930.55426.adeon@tlen.pl> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi all, I'm looking for some kind of memory profiler that would allow me to check what it the highest memory consumption of the application I develop (in C++). Some kind of graph as a function of time would be OK as well. I know that this question is trivial, but recently I have no time to test existing memory profilers available on the net, so I ask you guys for some recommendation. Thanks Adam