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 hans.steffani@e-technik.tu-chemnitz.de (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) |
From: | ikastan@alumnae.caltech.edu (Ilias Kastanas) |
Newsgroups: | comp.compilers |
Date: | 11 Feb 1997 22:47:56 -0500 |
Organization: | Caltech Alumni Association |
Expires: | February 22, 1997 |
References: | 97-02-052 97-02-056 |
Keywords: | testing, debug, C |
>Did you have a look at prof(1) or gprof(1) ?
That provides procedure-time profiling. For line-count, in a Sun
environment, try tcov. Both of these 'views' are good to have.
There is a very nice account of using/building profilers in Jon
Bentley's "More Programming Pearls".
Ilias
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.