From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,bb64af239ed9c109 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!feeder.news-service.com!feeder.news-service.com!takemy.news.telefonica.de!telefonica.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Albrecht =?ISO-8859-1?Q?K=E4fer?= Newsgroups: comp.lang.ada Subject: Re: Analyzing Memory Consumption of Ada-Programs Date: Wed, 06 May 2009 18:33:57 +0200 Organization: 1&1 Internet AG Message-ID: References: <506b53fd-d72f-49e1-b4ec-b2b654499e2d@t11g2000vbc.googlegroups.com> NNTP-Posting-Host: brln-4db9525f.pool.einsundeins.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: online.de 1241628182 17693 77.185.82.95 (6 May 2009 16:43:02 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Wed, 6 May 2009 16:43:02 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 Mnenhy/0.7.5.0 Hamster-Pg/1.25.2.0 In-Reply-To: <506b53fd-d72f-49e1-b4ec-b2b654499e2d@t11g2000vbc.googlegroups.com> Xref: g2news2.google.com comp.lang.ada:5710 Date: 2009-05-06T18:33:57+02:00 List-Id: patrick.gunia@googlemail.com schrieb:: > Hi all, > > I�m looking for a tool which is able to tell me about the average > memory consumption of my program. I use GNAT on Windows with gprof for > computation time analysis, but I wasn�t able to find a tool for memory > analysis. If such a tool could tell me how much memory is consumed by > different parts of my program, this would be fine, but I would be > satisfied if it just gave me a simple value which describes the > consumption. The reason is that I�d like to compare a refractured > version of a piece of software with the original version, so I can > tell how the memory consumption behaviour was influenced by the > refracturing. > > Thanks a lot for your help! > Patrick Sysinternals has also released VMMap, which shows memory consumption in great detail. Maybe this is what you want. Albrecht