<?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 Intel PCM - What does nominal CPU mean of? in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815115#M899</link>
    <description>Thank you for the explanation.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey</description>
    <pubDate>Fri, 10 Feb 2012 13:47:17 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-02-10T13:47:17Z</dc:date>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815110#M894</link>
      <description>EXEC is instructions per nominal CPU cycle.&lt;BR /&gt;IPC is instructions per CPU cycle.&lt;BR /&gt;What does nominal CPU mean of?</description>
      <pubDate>Tue, 07 Feb 2012 07:57:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815110#M894</guid>
      <dc:creator>GHui</dc:creator>
      <dc:date>2012-02-07T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815111#M895</link>
      <description>GHui,&lt;BR /&gt;&lt;BR /&gt;EXEC = number of retired instructions / number of nominal CPU cycles&lt;BR /&gt;&lt;BR /&gt;the number of nominal CPU cycles during a time period is defined by the nominal frequency on the processor, which is advertized in the product. For example if you have an Intel Core i5 3.3 GHz processor, then during a second you have 3.300.000.000 nominal cycles.&lt;BR /&gt;&lt;BR /&gt;However, the processor can be idle most of the time during this second such that the clock signal is not running (in apower saving state). Therefore to adjust to this fact that processor was in power saving state it makes sense to have a differentmetric that counts only time (cycles) with active clock signal. Thus the IPC metric divides the number of retired instructions by the number of active clockcycles.&lt;BR /&gt;&lt;BR /&gt;Roman&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2012 10:59:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815111#M895</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2012-02-08T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815112#M896</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Hi Roman,&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1328841056671="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=317395" href="https://community.intel.com/en-us/profile/317395/" class="basic"&gt;Roman Dementiev (Intel)&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;...&lt;BR /&gt;For example if you have an Intel Core i5 3.3 GHz processor, then &lt;STRONG&gt;during a second you have &lt;SPAN style="text-decoration: underline;"&gt;3.300.000.000 nominal cycles&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Is it what &lt;STRONG&gt;RDTSC&lt;/STRONG&gt; instruction returns? Correct?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 02:34:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815112#M896</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-10T02:34:40Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815113#M897</link>
      <description>Hi Sergey,&lt;BR /&gt;&lt;BR /&gt;yes, on this processor thevalue returned by theRDTSC instruction runs at a constant invariant rate defined by thenominal core frequency.&lt;BR /&gt;&lt;BR /&gt;Roman</description>
      <pubDate>Fri, 10 Feb 2012 09:42:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815113#M897</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2012-02-10T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815114#M898</link>
      <description>To add a little more info to Roman's response.&lt;BR /&gt;You can read more about the rdtsc, rdtscp instruction behavior in the SDM instruction manual vol 2 and the SDM, vol 3,section 17.12, October 2011.&lt;BR /&gt;Pat</description>
      <pubDate>Fri, 10 Feb 2012 13:19:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815114#M898</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2012-02-10T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815115#M899</link>
      <description>Thank you for the explanation.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey</description>
      <pubDate>Fri, 10 Feb 2012 13:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815115#M899</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-10T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815116#M900</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;A link to Intel's manuals that Iused for a long time is broken now:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://developer.intel.com/products/processor/manuals/index.htm"&gt;http://developer.intel.com/products/processor/manuals/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I just found another one:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html?wapkw=Manuals"&gt;http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html?wapkw=Manuals&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Iwould like to suggest to create a Sticky Post inthe "Software Tuning, Performance Optimization, ..."&lt;BR /&gt;forumwith the most useful information, like links tomanuals, references, sources, articles,etc.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2012 01:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815116#M900</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-11T01:52:19Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - What does nominal CPU mean of?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815117#M901</link>
      <description>thanks for sharing this post and thanks to all for giving explainatios and suggestion, its really good...!</description>
      <pubDate>Thu, 16 Feb 2012 11:35:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-What-does-nominal-CPU-mean-of/m-p/815117#M901</guid>
      <dc:creator>bobjc</dc:creator>
      <dc:date>2012-02-16T11:35:54Z</dc:date>
    </item>
  </channel>
</rss>

