home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.software-eng
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!uvaarpa!concert!seq!herbst
- From: herbst@seq.uncwil.edu (R.T. Herbst)
- Subject: Test coverage
- Message-ID: <1992Dec15.021906.16315@seq.uncwil.edu>
- Keywords: test coverage
- Organization: Univ. of North Carolina @ Wilmington
- Date: Tue, 15 Dec 1992 02:19:06 GMT
- Lines: 13
-
-
- There are two facilities in UNIX V rel 4 that will help in
- evaluating a test. Ctrace and lprof.
- Ctrace will trace a program giving lvalues for each statement
- executed.
-
- Lprof will display the frequency of execution
- of statements or the statements executed.
-
- I find both ctrace and lprof useful in debugging and in
- determining the coverage of a test.
- herbst@seq.uncwil.edu
-
-