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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c918ddb919da4f68 X-Google-Attributes: gid103376,public From: William Loftus Subject: Re: Profiling with GNAT Date: 1996/04/19 Message-ID: <31780F71.6C35@wpllabs.com>#1/1 X-Deja-AN: 150396140 references: <31769178.7F70@wpllabs.com> content-type: text/plain; charset=us-ascii organization: WPL Laboratories, Inc. mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01Gold (Win95; I) Date: 1996-04-19T00:00:00+00:00 List-Id: Samuel Tardieu wrote: > > >>>>> "Bill" == William Loftus writes: > > Bill> Has anyone successfully used the GCC profiler with Gnat? What > Bill> platform? Thanks in advance. > > I do this very often with GNAT 3.03 on Solaris 2.[45]. Just use > gnatmake with arguments "-cargs -pg" and "-largs -pg". This should do > the job. > Actually, I did that, but the applications dumps core. Now that I think of it, I think we're still using 3.01. I'll have to check 3.03 out.