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,7ddaf8158f13c8fb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-31 15:04:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!wanadoo.fr!not-for-mail From: Guillaume Foliard Newsgroups: comp.lang.ada Subject: Re: GNU gcov tool with gnat 3.14p Date: Fri, 01 Aug 2003 00:04:26 +0200 Organization: Old Europe Message-ID: References: NNTP-Posting-Host: aboulogne-102-1-1-95.w193-251.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news-reader3.wanadoo.fr 1059689069 15835 193.251.35.95 (31 Jul 2003 22:04:29 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 31 Jul 2003 22:04:29 GMT User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:41112 Date: 2003-07-31T22:04:29+00:00 List-Id: Hi, Martin Moosbrucker wrote: > Hi, > > I am currently using the GNU gcov tool for code analysis on a RedHat 7.3 > operating system. This tool seems to work fine for non-generic packages. > For non generic packages I get a listing of code along with the frequency > of execution for each line: I strongly advise you to have a look at Valgrind with the calltree extension plus the KCachegrind GUI (see links at the end). I've just started to learn those tools and I have to say the combination of the three is very pleasant to use. KCachegrind includes a source annotation display, but I've not checked yet if generic packages are handled properly. Valgrind : http://developer.kde.org/~sewardj KCachegrind and calltree : http://kcachegrind.sourceforge.net/cgi-bin/show.cgi Guillaume