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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!t11g2000vbc.googlegroups.com!not-for-mail From: "patrick.gunia@googlemail.com" Newsgroups: comp.lang.ada Subject: Analyzing Memory Consumption of Ada-Programs Date: Wed, 6 May 2009 05:14:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <506b53fd-d72f-49e1-b4ec-b2b654499e2d@t11g2000vbc.googlegroups.com> NNTP-Posting-Host: 78.34.66.221 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1241612058 7812 127.0.0.1 (6 May 2009 12:14:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 May 2009 12:14:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t11g2000vbc.googlegroups.com; posting-host=78.34.66.221; posting-account=D7TrwwoAAAAVyN71CASRiSp392RIjlsB User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; de) Presto/2.1.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5706 Date: 2009-05-06T05:14:18-07:00 List-Id: Hi all, I=B4m 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=B4t 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=B4d 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