<?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 cache miss ratio for intel core i3 in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768781#M211</link>
    <description>If your i3 is Nehalem processor, please refer to this &lt;A href="http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/"&gt;article &lt;/A&gt;to know formulas that you want.</description>
    <pubDate>Mon, 23 Apr 2012 08:17:51 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2012-04-23T08:17:51Z</dc:date>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768780#M210</link>
      <description>I have intel core i3 processor. I want to know the formulae for calculating cache miss rate for different level of caches i.e L1 L2 and L3. I have referred to the previous threads but since there are variants of formulae for the same i'm a little confused.</description>
      <pubDate>Sun, 22 Apr 2012 11:10:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768780#M210</guid>
      <dc:creator>tanvis</dc:creator>
      <dc:date>2012-04-22T11:10:10Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768781#M211</link>
      <description>If your i3 is Nehalem processor, please refer to this &lt;A href="http://software.intel.com/en-us/articles/using-intel-vtune-performance-analyzer-to-optimize-software-for-the-intelr-coretm-i7-processor-family/"&gt;article &lt;/A&gt;to know formulas that you want.</description>
      <pubDate>Mon, 23 Apr 2012 08:17:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768781#M211</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-23T08:17:51Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768782#M212</link>
      <description>Hi Peter&lt;BR /&gt;Thanks for your reply. &lt;BR /&gt;Yes my i3 330M is Nehalem Processor.But the link that you gave mentions that we can estimate the % of cycles due to long latency data access. &lt;BR /&gt;However i would like to know formulae for calculating L1/L2/L3 cache misses.&lt;BR /&gt;Are the formulae mentioned below correct?&lt;BR /&gt;1. L1: L1D_CACHE_LD.I_STATE / L1D_CACHE_LD. &lt;A&gt;MESI&lt;/A&gt;&lt;BR /&gt;2. L2: (MEM_LOAD_RETIRED.LLC_UNSHARED_HIT + MEM_LOAD_RETIRED.OTHER_CORE_L2_HIT_HITM) / L2_RQSTS.LOADS&lt;BR /&gt;3. L3: MEM_LOAD_RETIRED.LLC_MISS / (MEM_LOAD_RETIRED.LLC_UNSHARED_HIT + MEM_LOAD_RETIRED.OTHER_CORE_L2_HIT_HITM)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768782#M212</guid>
      <dc:creator>tanvis</dc:creator>
      <dc:date>2012-04-23T16:33:38Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768783#M213</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1335247340795="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=555962" href="https://community.intel.com/en-us/profile/555962/" class="basic"&gt;tanvis&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;1. L1: L1D_CACHE_LD.I_STATE / L1D_CACHE_LD. &lt;A&gt;MESI&lt;/A&gt;&lt;BR /&gt;2. L2: (MEM_LOAD_RETIRED.LLC_UNSHARED_HIT + MEM_LOAD_RETIRED.OTHER_CORE_L2_HIT_HITM) / L2_RQSTS.LOADS&lt;BR /&gt;3. L3: MEM_LOAD_RETIRED.LLC_MISS / (MEM_LOAD_RETIRED.LLC_UNSHARED_HIT + MEM_LOAD_RETIRED.OTHER_CORE_L2_HIT_HITM)&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;The optimization guideline I mentioned last time, is to estimate the performanceimpact on program. I guess that you need the formulas to know "miss rates".&lt;BR /&gt;&lt;BR /&gt;Above formulas are good in my view, you can use anythreshold - for example, .2 tojudge the result is good or bad.&lt;BR /&gt;&lt;BR /&gt;Regard, Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2012 06:56:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768783#M213</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-24T06:56:02Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768784#M214</link>
      <description>&lt;P&gt;Referring to the thread&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=71832"&gt;http://software.intel.com/en-us/forums/showthread.php?t=71832&lt;/A&gt;i found &lt;/P&gt;&lt;P&gt;L1 data cache miss rate= MEM_LOAD_RETIRED.L1D_MISS/&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;INST_RETIRED.ANY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For L2 data cache miss = MEM_LOAD_RETIRED.L2_MISS event/&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;INST_RETIRED.ANY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Are these for core 2 duo processors?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Please also mention what is the difference between MEM_LOAD_RETIRED.L1D_MISS event, and L1D_CACHE_LD.I_STATE event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 07:27:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768784#M214</guid>
      <dc:creator>tanvis</dc:creator>
      <dc:date>2012-04-24T07:27:17Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768785#M215</link>
      <description>L1D_CACHE_LD counts L1D read and store, but MEM_LOAD_RETIRED.L1D counts L1D read only.&lt;BR /&gt;&lt;BR /&gt;The ratio is defined by user,Misses can be divided by L1/L2/L3 access, INST_RETIRED, (with penalty) CPU_CLK_UNHALED, MEM_INST_RETIRED.LOADS, etc. &lt;BR /&gt;&lt;BR /&gt;It depends onyour needs.&lt;BR /&gt;&lt;BR /&gt;Regards, peter</description>
      <pubDate>Tue, 24 Apr 2012 08:56:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768785#M215</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-24T08:56:44Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768786#M216</link>
      <description>Thanks for reply again.&lt;BR /&gt;Further i would like to know if i can measure L1/L2/L3 cache bandwidth using vtune?</description>
      <pubDate>Wed, 25 Apr 2012 05:05:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768786#M216</guid>
      <dc:creator>tanvis</dc:creator>
      <dc:date>2012-04-25T05:05:46Z</dc:date>
    </item>
    <item>
      <title>cache miss ratio for intel core i3</title>
      <link>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768787#M217</link>
      <description>You are welcome:-)&lt;BR /&gt;&lt;BR /&gt;There is no predefined L1/L2/L3 bandwidth analysis in VTune.&lt;BR /&gt;&lt;BR /&gt;Thereispredefined "memory bandwidth" analysis in VTune.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Wed, 25 Apr 2012 07:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cache-miss-ratio-for-intel-core-i3/m-p/768787#M217</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-25T07:18:35Z</dc:date>
    </item>
  </channel>
</rss>

