From: Peter O. <obe...@us...> - 2010-08-20 13:14:57
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4380 Modified Files: README Log Message: lcov: follow Perl naming guidelines Index: README =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/README,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** README 6 Aug 2010 11:14:37 -0000 1.11 --- README 20 Aug 2010 13:14:50 -0000 1.12 *************** *** 8,12 **** LCOV is an extension of GCOV, a GNU tool which provides information about what parts of a program are actually executed (i.e. "covered") while running ! a particular test case. The extension consists of a set of PERL scripts which build on the textual GCOV output to implement the following enhanced functionality: --- 8,12 ---- LCOV is an extension of GCOV, a GNU tool which provides information about what parts of a program are actually executed (i.e. "covered") while running ! a particular test case. The extension consists of a set of Perl scripts which build on the textual GCOV output to implement the following enhanced functionality: *************** *** 81,85 **** Copy the resulting gcov kernel module file to either the system wide modules ! directory or the same directory as the PERL scripts. As root, do the following: a) Resetting counters --- 81,85 ---- Copy the resulting gcov kernel module file to either the system wide modules ! directory or the same directory as the Perl scripts. As root, do the following: a) Resetting counters |