Hi All, My current project works on a unit testing with Valgrind. In order to better test the code, a code coverage output with Valgrind is desired. I've looked into Cachegrind and Callgrind and I believe callgrind is more close to what I need.
But after running callgrind, I was dissapointted as it doesn't provide a general code percentile summary (like how many lines have been covered), but rather how many instruction covered. I googled online and found no clue info regarding this. The most possible approach will be http://www.brainmurders.eclipse.co.uk/covergrind.html, which will require extra effort in compiling and add-on. I wonder if there's option or combined method within current Valgrind framework that this can be done. Best regards, -- Figo
------------------------------------------------------------------------------
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
