Krishna Srinivas wrote: > Hi All, > > Here are the gcov output files: > http://freeshell.in/~krishna/gcov/ You might find lcov (http://ltp.sourceforge.net/coverage/lcov.php) useful too. It generates pretty HTML from the coverage data. Vikas