On Mon, Jul 04, 2005 at 02:12:00PM -0500, Andy Lester wrote: > So I've found some unnecessary code already. Thanks for running the > coverage, Nicholas. > > Look at S_hfreeentries in > http://www.ccl4.org/~nick/P/25060-g-gcov/hv.c.gcov > (And boy, it'd be nice if there were line numbers in that output)
$ for file in `find . -type d`;do mkdir -p ../25060-g-gcov-numbered/$file; done $ for file in `find . -type f`;do cat -n $file >../25060-g-gcov-numbered/$file; done http://www.ccl4.org/~nick/P/25060-g-gcov-numbered/ Would sir like it wrapped up in a nice tarball to take home? :-) It's not actually hard to run gcov once you know how. It's just a bit of a time consuming faff. Hence why I thought it worth putting it online - it lowers the hurdle considerably. Benefits have already come from doing this. Nicholas Clark