<?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 Issues With V-Tune not resolving source properly. in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784247#M866</link>
    <description>Hi,&lt;DIV&gt;I have made sure that the /Zi and /DEBUG are specified. It does not matter what analysis I use, always the same result.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Here is a shot&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 14 Jul 2012 17:33:12 GMT</pubDate>
    <dc:creator>vetroxl</dc:creator>
    <dc:date>2012-07-14T17:33:12Z</dc:date>
    <item>
      <title>Issues With V-Tune not resolving source properly.</title>
      <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784245#M864</link>
      <description>Hi,&lt;DIV&gt;Intel v-tune cannot seem to resolve the function source code.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I get something like this;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;fucntion_hot_spot() xxxx ms&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;but it does not expand on this.&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG src="file://C:\\Users\\vetroxl\\Pictures\\Untitled.png" style="vertical-align: top;" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2012 19:02:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784245#M864</guid>
      <dc:creator>vetroxl</dc:creator>
      <dc:date>2012-07-13T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Issues With V-Tune not resolving source properly.</title>
      <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784246#M865</link>
      <description>I can't see your screen shot and I suppose that you have to check - if you built your binary with symbol info.&lt;BR /&gt;&lt;BR /&gt;Secondary, if you already have symbol info - regarding that you said "function_hot_spots() xxx ms" - probably you haveset your source search directories in project properties (ifsource file is located at different directory of binary), and do Re-resolving on existing result.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Jul 2012 12:51:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784246#M865</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-07-14T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Issues With V-Tune not resolving source properly.</title>
      <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784247#M866</link>
      <description>Hi,&lt;DIV&gt;I have made sure that the /Zi and /DEBUG are specified. It does not matter what analysis I use, always the same result.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Here is a shot&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 Jul 2012 17:33:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784247#M866</guid>
      <dc:creator>vetroxl</dc:creator>
      <dc:date>2012-07-14T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Issues With V-Tune not resolving source properly.</title>
      <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784248#M867</link>
      <description>I guess that you want to know hot line(s) in DVQuantizer::encodeBlock()&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;BecauseDVQuantizer::encodeBlock is called in deep loop, it might be compiled by inlined function if you specified optmization options. It means CPU time ofDVQuantizer::encodeBlock wat counted in functionDVQuantizer::encode().&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If you use Intel C++ compiler, please read this &lt;A href="http://software.intel.com/en-us/articles/display-inline-functions-in-hotspots-report/"&gt;article &lt;/A&gt;to solve this problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Otherwise, you can use assembly view, to find associated (hot) instructions inDVQuantizer::encodeBlock&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks, Peter&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Jul 2012 11:23:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784248#M867</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-07-15T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Issues With V-Tune not resolving source properly.</title>
      <link>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784249#M868</link>
      <description>Thanks, following that article resolved my issues.</description>
      <pubDate>Sun, 15 Jul 2012 13:41:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Issues-With-V-Tune-not-resolving-source-properly/m-p/784249#M868</guid>
      <dc:creator>vetroxl</dc:creator>
      <dc:date>2012-07-15T13:41:47Z</dc:date>
    </item>
  </channel>
</rss>

