On Tue, Jul 28, 2009 at 6:53 AM, He fei<[email protected]> wrote: > Hi Josef, > Thanks for your input~ > So you mean there doesn't actually exist a real code coverage tool within > Valgrind that can act like gconv? > Then what about execute valgrind with the target program and then gconv it > (with gconv option turned on during gcc compilation)? > Will this does the trick? > Regards,
svn://svn.valgrind.org/valgrind/branches/VCOV has an attempt at exactly this. It uses debug info to compute the executed/not-executed percentages. It's probably broken, though. Nick ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
