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 X-Google-Thread: 103376,f48b02009338d5f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-05 14:20:15 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!skynet.be!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!leia!nobody From: Frode =?ISO-8859-1?Q?Tenneb=F8?= Newsgroups: comp.lang.ada Subject: Re: GNAT & Quantify Date: Fri, 05 Dec 2003 23:18:08 +0100 Organization: UNINETT Message-ID: <170rqb.rhg.ln@leia> References: <1070629622.701630@edh3> NNTP-Posting-Host: anne-bremnes.hiof.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: dolly.uninett.no 1070662814 514 158.36.52.48 (5 Dec 2003 22:20:14 GMT) X-Complaints-To: news-abuse@uninett.no NNTP-Posting-Date: Fri, 5 Dec 2003 22:20:14 +0000 (UTC) User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:3164 Date: 2003-12-05T23:18:08+01:00 List-Id: On Friday 05 December 2003 15:24 Stephen Leake wrote: > Frode Tenneboe writes: > >> I thought I should share with you how to I got Quantify to work with >> GNAT. > > I gather Quantify provides path coverage and maybe timing info, and a > GUI viewer? Quantify provides timing information (profiling) foremost. The path coverage info is more of a accumulated timing tree. For coverage, IBM Rational has Purecov. > How does it compare to gcov and gperf, already part of the > Gnu tools, and thus supported by GNAT? I never managed to get gprof (I asume that's what you mean) working with GNAT 3.x series when it tasking was involved. Quantify does this. Besides, the nice thing with Quantify is that you don't have to recompile to profile (usefull if you suddenly get a few hours spare). > I don't know of a GUI tool that displays the data from gcov and gperf, > but I generally don't like GUI tools anyway :). Might be a good > project for GtkAda :). The GUI isn't important to me as such, but it is nice to be able to scroll the source code where each line has a % or count of cycles next to them. :) http://kprof.sourceforge.net/ is an existing project, of course not in GtkAda. -Frode -- ^ Frode Tenneb� | email: frode@tennebo.com | Frode@IRC ^ | with Standard.Disclaimer; use Standard.Disclaimer; |