<?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 Vtune Strange Counters in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792843#M573</link>
    <description>The machine have two 8 Core Processors, is it that you mean "2 socket"? Is the memory "splited" between than, like a NUMA machine?&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I say interesting, I mean, the values are completly different in two versions of the same loop. The code is in Fortran,&lt;/DIV&gt;&lt;DIV&gt;one version is a traditional Fortran array, and the other is a Fortran array but placed in a region of memory allocated using a allocator writen in C and linked as a dynamic library. I think the place where the allocator puts the region of memory (I'm using mmap) causes this difference.&lt;/DIV&gt;</description>
    <pubDate>Fri, 29 Jun 2012 00:14:47 GMT</pubDate>
    <dc:creator>Rafael_Silva</dc:creator>
    <dc:date>2012-06-29T00:14:47Z</dc:date>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792841#M571</link>
      <description>In my Vtune analysis, there are two counters which seems to show some interesting things:&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;- OFFCORE_RESPONSE.ALL_DEMAND_MLC_PREF_READS.LLC_MISS.ANY_RESPONSE_1&lt;/DIV&gt;&lt;DIV&gt;-OFFCORE_RESPONSE.ALL_DEMAND_MLC_PREF_READS.LLC_MISS.LOCAL_DRAM_0&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But I have no idea what they mean, and there is no information on Vtune help about that. In fact&lt;/DIV&gt;&lt;DIV&gt;there is a lot of counters in Vtune with no information on help.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Does anyone have some idea the meaning of these counters?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jun 2012 21:40:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792841#M571</guid>
      <dc:creator>Rafael_Silva</dc:creator>
      <dc:date>2012-06-28T21:40:10Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792842#M572</link>
      <description>The first event counts the total number of LLC misses that were due to prefetching read access.&lt;BR /&gt;The second event counts the subset of these requests that were satisfied from the local DRAM. Other sources may include other core's L2 cache or another socket (REMOTE_xxx)&lt;BR /&gt;&lt;BR /&gt;Is this a 1 or 2 socket machine?&lt;BR /&gt;&lt;BR /&gt;What are the interesting values that you are seeing?</description>
      <pubDate>Thu, 28 Jun 2012 23:24:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792842#M572</guid>
      <dc:creator>Hussam_Mousa__Intel_</dc:creator>
      <dc:date>2012-06-28T23:24:15Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792843#M573</link>
      <description>The machine have two 8 Core Processors, is it that you mean "2 socket"? Is the memory "splited" between than, like a NUMA machine?&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I say interesting, I mean, the values are completly different in two versions of the same loop. The code is in Fortran,&lt;/DIV&gt;&lt;DIV&gt;one version is a traditional Fortran array, and the other is a Fortran array but placed in a region of memory allocated using a allocator writen in C and linked as a dynamic library. I think the place where the allocator puts the region of memory (I'm using mmap) causes this difference.&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Jun 2012 00:14:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792843#M573</guid>
      <dc:creator>Rafael_Silva</dc:creator>
      <dc:date>2012-06-29T00:14:47Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792844#M574</link>
      <description>Yes, by 2 sockets I meant two processors.&lt;BR /&gt;This machine utilizes a NUMA architecture, so you should see significant performance behavior if the allocation is not aware of this.&lt;BR /&gt;&lt;BR /&gt;there should be another set of events that end with .REMOTE_DRAM, and if that number is high or even near the LOCAL_DRAM version then you are having memory locality issues.&lt;BR /&gt;&lt;BR /&gt;Your suspicion is probably correct in this regards.</description>
      <pubDate>Fri, 29 Jun 2012 00:36:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792844#M574</guid>
      <dc:creator>Hussam_Mousa__Intel_</dc:creator>
      <dc:date>2012-06-29T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792845#M575</link>
      <description>Thanks, I will investigate more to be sure.</description>
      <pubDate>Fri, 29 Jun 2012 13:56:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792845#M575</guid>
      <dc:creator>Rafael_Silva</dc:creator>
      <dc:date>2012-06-29T13:56:18Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792846#M576</link>
      <description>Where can I find a complete description of the counters shown in Vtune when we run it with this processor? The Vtune HELP shows just a few of them, sometimes, doesn't help much.</description>
      <pubDate>Fri, 29 Jun 2012 14:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792846#M576</guid>
      <dc:creator>Rafael_Silva</dc:creator>
      <dc:date>2012-06-29T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792847#M577</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=560165" class="basic" href="https://community.intel.com/en-us/profile/560165/"&gt;Rafael Silva&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;Where can I find a complete description of the counters shown in Vtune when we run it with this processor? The Vtune HELP shows just a few of them, sometimes, doesn't help much.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;See the Intel 64 and IA-32 Architectures Software Developer Manuals, Volume 3B, Part 2 (Chapters 18 and 19). Available on the Intel site, search on Google.&lt;BR /&gt;&lt;BR /&gt;Sanath&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jun 2012 21:09:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792847#M577</guid>
      <dc:creator>Sanath_Jayasena</dc:creator>
      <dc:date>2012-06-29T21:09:25Z</dc:date>
    </item>
    <item>
      <title>Vtune Strange Counters</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792848#M578</link>
      <description>Good, there is a lot of information on this manual, it helped. But, by example, specifically the counter I put here, if you do a search byALL_DEMAND_MLC_PREF_READS on the PDF, nothing is found.</description>
      <pubDate>Sat, 30 Jun 2012 22:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Vtune-Strange-Counters/m-p/792848#M578</guid>
      <dc:creator>Rafael_Silva</dc:creator>
      <dc:date>2012-06-30T22:34:43Z</dc:date>
    </item>
  </channel>
</rss>

