|
From: Nicholas N. <nj...@cs...> - 2008-01-27 22:56:33
|
On Sun, 27 Jan 2008, Benjamin Meyer wrote: > I solved that by combining callgrind's data with rpp which for my C++ source > is able to give me all the coverage data I want. > > http://benjamin-meyer.blogspot.com/2007/12/valgrind-callgrind-tools- > part-3-code.html What is 'rpp'? I Googled but couldn't find it. Is it a C++ parser? In the comments on your post there are complaints that the Valgrind docs encourage people to write coverage tools but it's been done several times before. First, I believe this is no longer in the docs -- at least, I just looked and couldn't find it in the section linked to or any other sections. Second, any suggestions you have for improvements are much more likely to be addressed if you report them to this list or Bugzilla rather than writing them in your blog. Nick |