Software Archive
Read-only legacy content
17061 Discussions

Code Coverage support in Intel(r) Parallel Composer

Moshe_V_Intel
Employee
299 Views
I noticed that Intel Parallel Composer includes a code coverage capability, via menu "Billd" -> "Code Coverage Operations".
I could not find though sufficiant documentation about how to perform code coverage and didn't figure out how to work with it and view results.
help is very much appreciated.
thanks
0 Kudos
2 Replies
Moshe_V_Intel
Employee
299 Views

A partial solution may be found in the Intel C++ Compiler, lookup "codecov" in the document
http://software.intel.com/file/6339

0 Kudos
Om_S_Intel
Employee
299 Views

The codecov tool is documented in Pallel Composer documentation, topic "code coverage Tool".
. The documentation needs an update.

You need to use compiler option /Qcov-gen compiler option to generate the istrumented binary instead of /Qprof_gen compiler option. The /Qprof_gen and /Qprof_use compiler options are not supported in Pallel Composer.

0 Kudos
Reply