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.0 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,24f6ac49b18550dd X-Google-Attributes: gid103376,public From: "DuckE" Subject: Re: Profiling tool under WinNT ? Date: 1999/11/03 Message-ID: <3820f5fb.0@news.pacifier.com>#1/1 X-Deja-AN: 544229278 References: <381EAC04.6FAEE337@alcatel.fr> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Trace: 3 Nov 1999 18:56:59 PST, 216.65.140.184 X-MSMail-Priority: Normal Reply-To: "DuckE" Newsgroups: comp.lang.ada Date: 1999-11-03T00:00:00+00:00 List-Id: I don't know where you can find a profiling tool for GNAT on NT but one is included with ObjectAda Professional for NT. I believe it is called a "statistical profiler" (but I'm no expert on terminology). It samples the program counter at regular intervals and buffers the result. When you stop the program, the profiler resolves the program counters in its buffer against the system and produces a text file listing how many hits in each procedure. It's a useful tool. SteveD Herv� BITTEUR wrote in message news:381EAC04.6FAEE337@alcatel.fr... > Could someone recommend a profiling tool to analyze an Ada program > running under Windows NT. Something like a version of 'gprof' that would > run under Win98/WinNT ? > I'm using GNAT 3.12p on this platform. > > Before jumping on any kind of blind optimization, I would like to figure > out where my CPU is actually spent ... > > Thanks for any clue, > --Herve Bitteur >