home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / software / 4958 < prev    next >
Encoding:
Text File  |  1992-12-14  |  732 b   |  24 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!uvaarpa!concert!seq!herbst
  3. From: herbst@seq.uncwil.edu (R.T. Herbst)
  4. Subject: Test coverage
  5. Message-ID: <1992Dec15.021906.16315@seq.uncwil.edu>
  6. Keywords: test coverage
  7. Organization: Univ. of North Carolina @ Wilmington
  8. Date: Tue, 15 Dec 1992 02:19:06 GMT
  9. Lines: 13
  10.  
  11.  
  12. There are two facilities in UNIX V rel 4 that will help in 
  13. evaluating a test. Ctrace and  lprof.
  14. Ctrace will trace a program giving lvalues for each statement 
  15. executed.
  16.  
  17. Lprof will display the frequency of execution 
  18. of statements or the statements executed.
  19.  
  20. I find both ctrace and lprof useful in debugging and in 
  21. determining the coverage of a test.
  22. herbst@seq.uncwil.edu
  23.  
  24.