<?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 Re: VTune Hotspot Profiler, No Function Names in Release mode in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1337717#M21565</link>
    <description>&lt;P&gt;Will do! Thank you for the help.&lt;/P&gt;
&lt;P&gt;It seems like I must have some option somewhere overriding the debug information being generated. I'll ask that forum.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 17:13:04 GMT</pubDate>
    <dc:creator>Lamb__Tripp</dc:creator>
    <dc:date>2021-11-19T17:13:04Z</dc:date>
    <item>
      <title>VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1328829#M21525</link>
      <description>&lt;P&gt;I just started using the hotspot analysis from the VTune Performance Profiler for a Fortran Project. Is there a way to get the function names to show up in Release mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've messed around with several project settings, but I can't seem to find what I need to change. They are showing up fine in Debug mode.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:47:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1328829#M21525</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-10T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329074#M21528</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you compiling Fortran code on Windows or Linux?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, on Windows you might want to try compiling with, for example:&amp;nbsp;&lt;SPAN&gt;-debug:full -O2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using -O2 is overriding cancelling optimization and still preserving debug symbols.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I found a nice detailed thread on this topic with&amp;nbsp;Steve Lionel answering here:&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/compiler-flags-for-release-with-debug-symbols/td-p/1150779" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/compiler-flags-for-release-with-debug-symbols/td-p/1150779&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On Linux it should also work, as well as -g option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 10:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329074#M21528</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2021-11-11T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329538#M21534</link>
      <description>&lt;P&gt;Compiling on Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried -debug:full. It didn't seem to make a difference, but I hadn't tried -O2. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;EDIT: Changing those two settings in the Visual Studio Project settings didn't change anything. I also added the arguments to the command line setting also to no avail. I'm still only getting names like func@0x4b2e72b2&amp;nbsp;when I use the release mode build in the Performance Profiler.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 17:22:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329538#M21534</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-12T17:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329617#M21535</link>
      <description>&lt;P&gt;Are you sure that the&amp;nbsp;&lt;A href="mailto:func@0x4b2e72b2" target="_blank"&gt;func@0x4b2e72b2&amp;nbsp;&lt;/A&gt;&amp;nbsp;belongs to a binary you've compiled? (not to some system module)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 19:35:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329617#M21535</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2021-11-12T19:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329619#M21536</link>
      <description>&lt;P&gt;That one specifically? No. But every function in the list has a name in that form.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 19:37:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329619#M21536</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-12T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329734#M21537</link>
      <description>&lt;P&gt;Do you observe .pdb files created in your project when using those options?&amp;nbsp; If not, would you try /Zi then?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2021 08:55:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1329734#M21537</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2021-11-13T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1330237#M21548</link>
      <description>&lt;P&gt;Using /debug:full or /Zi will build a vc160.pdb file but it will not create a pdb file with the same name as the executable.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 21:19:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1330237#M21548</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-15T21:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1336902#M21558</link>
      <description>&lt;P&gt;Then I'd recommend to submitting a question on the Fortran compiler forum. I suppose you will find an answer on .pdb files much faster there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 10:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1336902#M21558</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2021-11-17T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1337717#M21565</link>
      <description>&lt;P&gt;Will do! Thank you for the help.&lt;/P&gt;
&lt;P&gt;It seems like I must have some option somewhere overriding the debug information being generated. I'll ask that forum.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 17:13:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1337717#M21565</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-19T17:13:04Z</dc:date>
    </item>
    <item>
      <title>Re:VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1338550#M21577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for accepting our solution. If you need any further assistance, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2021 11:01:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1338550#M21577</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2021-11-23T11:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re:VTune Hotspot Profiler, No Function Names in Release mode</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1339031#M21590</link>
      <description>&lt;P&gt;I found the answer to my question after some subsequent work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order for the executable to build with Debug Info intact by changing settings in the Visual Studio project settings, you need to also change the Linker-&amp;gt;Debugging-&amp;gt;"Generate Debug Info" setting to Yes. Only changing the Fortran-&amp;gt;Debugging-&amp;gt;"Debug Information Format" to Full isn't enough on it's own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully this will help someone else one day.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 00:34:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Hotspot-Profiler-No-Function-Names-in-Release-mode/m-p/1339031#M21590</guid>
      <dc:creator>Lamb__Tripp</dc:creator>
      <dc:date>2021-11-25T00:34:30Z</dc:date>
    </item>
  </channel>
</rss>

