Re: Coverage utilities?? (for C and Perl)

stephens@math.ruu.nl (Bruce Stephens)
11 Feb 1997 22:09:21 -0500

          From comp.compilers

Related articles
Coverage utilities?? (Do they exist/Where are they, for C and Perl) rlpowell@napier.uwaterloo.ca (1997-02-07)
Re: Coverage utilities?? (Do they exist/Where are they, for C and Perl cdg@nullstone.com (Christopher Glaeser) (1997-02-08)
Re: Coverage utilities?? (for C and Perl) krish@cs.purdue.edu (Sailesh Krishnamurthy) (1997-02-09)
Re: Coverage utilities?? (for C and Perl) thetick@scruz.net (Scott Stanchfield) (1997-02-09)
Re: Coverage utilities?? (for C and Perl) stephens@math.ruu.nl (1997-02-11)
Re: Coverage utilities?? (for C and Perl) ikastan@alumnae.caltech.edu (1997-02-11)
Re: Coverage utilities?? (for C and Perl) rfg@monkeys.com (1997-02-27)
| List of all articles for this month |

From: stephens@math.ruu.nl (Bruce Stephens)
Newsgroups: comp.compilers
Date: 11 Feb 1997 22:09:21 -0500
Organization: Utrecht University
References: 97-02-052 97-02-054
Keywords: C, tools, testing

> "Christopher" == Christopher Glaeser <cdg@nullstone.com> writes:
> Regarding C, the tcov feature is supported on both SunOS and
> Solaris. See the -xa or -xprofile=tcov command line options of the
> SunPro C SPARCompiler.


Also gcc, using the -a flag. The output is, alas, not the same format
as tcov's, and I don't know of any tool to interpret it, but it
wouldn't be hard to write one.
--
Bruce Stephens | email: B.Stephens@math.ruu.nl
Utrecht University | telephone: +31 30 2534630
Department of Mathematics | telefax: +31 30 2518394
P.O. Box 80010, 3508 TA Utrecht, The Netherlands
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.