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 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!postnews.google.com!q2g2000vbr.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Analyzing Memory Consumption of Ada-Programs Date: Wed, 6 May 2009 06:45:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: <79c3c74e-826a-4ae0-b781-aff246657c2f@q2g2000vbr.googlegroups.com> References: <506b53fd-d72f-49e1-b4ec-b2b654499e2d@t11g2000vbc.googlegroups.com> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1241617521 22560 127.0.0.1 (6 May 2009 13:45:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 May 2009 13:45:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q2g2000vbr.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5707 Date: 2009-05-06T06:45:20-07:00 List-Id: On May 6, 1:14=A0pm, "patrick.gu...@googlemail.com" wrote: > 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 For GNAT / Windows, would the Task Manager's "Mem Usage", "Peak Memory Usage" and "VM Usage" be good enough? Cheers -- Martin