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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,84be9c5a380874d5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-30 03:10:55 PST Message-ID: <3CCE6DAC.5F6E76A3@epfl.ch> Date: Tue, 30 Apr 2002 12:10:52 +0200 From: "Charles Fr. Rey" X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gprof with gnat References: <3CCD2328.C5722FC3@epfl.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: cosun143.epfl.ch X-Trace: epflnews.epfl.ch 1020161452 cosun143.epfl.ch (30 Apr 2002 12:10:52 +0200) Organization: EPFL Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!opentransit.net!fr.clara.net!heighliner.fr.clara.net!news.imp.ch!news.imp.ch!news-zh.switch.ch!epflnews.epfl.ch Xref: archiver1.google.com comp.lang.ada:23262 Date: 2002-04-30T12:10:52+02:00 List-Id: Yes, but it works on solaris, adding a parameter to the linker (link with gmon.o). So why not on Linux ? (I don't find any gmon.o that comes with gnat package for linux) ... "Eric G. Miller" wrote: > > In <3CCD2328.C5722FC3@epfl.ch>, Charles Fr. Rey wrote: > > > Anyone knows how to use gprof with gnat (linux version) ? I was able to > > use it on solaris, but not on my home computer ... > > AFAIK, it doesn't work on Ada (says C, Pascal, and Fortran77 in the manual).