<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What does Intel ifort code coverage tool do to object files? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-does-Intel-ifort-code-coverage-tool-do-to-object-files/m-p/1230512#M152833</link>
    <description>&lt;P&gt;When compiling source files for code coverage, a few compiler flags must be passed, like, &lt;SPAN class="ph codeph"&gt;-prof-gen. Do these code coverage flags also change the object files in any way? In other words, can I use the generated object files during the code-coverage compilation process to link and release the target library for production?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Nov 2020 19:59:12 GMT</pubDate>
    <dc:creator>DataScientist</dc:creator>
    <dc:date>2020-11-21T19:59:12Z</dc:date>
    <item>
      <title>What does Intel ifort code coverage tool do to object files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-does-Intel-ifort-code-coverage-tool-do-to-object-files/m-p/1230512#M152833</link>
      <description>&lt;P&gt;When compiling source files for code coverage, a few compiler flags must be passed, like, &lt;SPAN class="ph codeph"&gt;-prof-gen. Do these code coverage flags also change the object files in any way? In other words, can I use the generated object files during the code-coverage compilation process to link and release the target library for production?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 19:59:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-does-Intel-ifort-code-coverage-tool-do-to-object-files/m-p/1230512#M152833</guid>
      <dc:creator>DataScientist</dc:creator>
      <dc:date>2020-11-21T19:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: What does Intel ifort code coverage tool do to object files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-does-Intel-ifort-code-coverage-tool-do-to-object-files/m-p/1230513#M152834</link>
      <description>&lt;P&gt;No - the object files contain calls to PGO routines that write out a file with records of which "basic blocks" of code were entered. PGO uses this for optimization, Code Coverage uses it for.. code coverage. You would not want this in production code.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 20:06:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-does-Intel-ifort-code-coverage-tool-do-to-object-files/m-p/1230513#M152834</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-11-21T20:06:17Z</dc:date>
    </item>
  </channel>
</rss>

