Checksum: 59550
Path: utzoo!utgpu!jinli
From: jinli@gpu.utcs.toronto.edu (jin li)
Date: Sun, 28-Aug-88 15:07:42 EDT
Message-ID: <1988Aug28.150742.17805@gpu.utcs.toronto.edu>
Organization: University of Toronto Computing Services
Newsgroups: comp.lang.c
Subject: Re: Execution profiling - CODE COVERAGE
Distribution: na

> From: mdr@reed.UUCP (Mike Rutenberg)
> Newsgroups: comp.lang.c
> Subject: Execution profiling - CODE COVERAGE
> Date: 27 Aug 88 20:57:00 GMT
> 
> I'm interested in finding a code coverage tool which
> will let me know (ideally in terms of C constructs,
> but assembler is fine) what portions of my program
> has not been executed during a run.  Does anyone know
> of such beasts (ideally running under unix)?
> ......

"prof -z" or "gprof -cz" will probably do what you want, but be sure to compile
your program with appopriate option(s).

--
Don't need fancy signature.
jinli@gpu.utcs.toronto.edu
