On Wed, May 15, 2013 at 03:19:54AM +0000, Jing Ai wrote: > I've noticed the REAME.gcov provide a way to enable coverage (however, > some coverage integration support for lcov has been removed by Ben > last year). However, when I used lcov to analyze the generated .gcda > files, I always got either "reached unexpected end" or "out of memory" > error from geninfo. I am using gcc 4.6.3. Has anyone successfully got > the test coverage information for OVS 1.9? Thanks! Best,Jing
I removed the lcov integration because I couldn't get it to work anymore, so I'm not really surprised that you can't get it to work either. You might be able to use "check-valgrind" with the cachegrind tool, then cg_merge to merge the output files, then cg_annotate or kcachegrind to analyze the output. I have not tried it. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss