Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Code Coverage Generation

David_B_24
Beginner
835 Views

I have a large live Fortran solution which I periodically build with Code Coverage switched on by setting /Qcov-gen in a special copy of ifort.cfg file used for the purpose.

I want to disable some of the projects from the Code Coverage statistics and so I tried the documented option /Qcov-gen- in the Fortran project command line properties. Unfortunately this generated the following message for each source file:

ifort: command line warning #10006: ignoring unknown option '/Qcov-gen-'

How can I disable individual projects in my solution from being included in the Code Coverage report?

0 Kudos
3 Replies
Patrick_F_Intel1
Employee
835 Views

Hello David,

If you post your code to the compiler forums, you'll probably get better, quicker responses.

Maybe try Intel® Visual Fortran Compiler for Windows*  or Intel® Fortran Compiler for Linux* and Mac OS X*

Pat

Pat

0 Kudos
Patrick_F_Intel1
Employee
835 Views

I meant to say "if you post your questions" to the compiler forums.

0 Kudos
David_B_24
Beginner
835 Views

OK, thanks. I'll try and find the correct forum.

0 Kudos
Reply