views:

284

answers:

2

I'm recently looking for some tools for code coverage, lcov satisfied my needs until I discovered that it doesn't cover dynamic linked code, there are some commercial products but I'd rather stick to free solutions, does somebody know a tool to achieve that?

A: 

Some links here

BjoernD
A: 

Intel compiler has code-coverage capabilities and nice reporting in text / HTML pages You can try evaluation version

http://software.intel.com/en-us/intel-compilers/

there is link there to Code-Coverage white page on the left

jf