<?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 How to calculate Clock Cycles count for a function in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/How-to-calculate-Clock-Cycles-count-for-a-function/m-p/911332#M5823</link>
    <description>&lt;P&gt;I want to calculate cycles count for a function using vtune analyser. &lt;/P&gt;
&lt;P&gt;My main concern is how to calculate the Cycles count for the stall period ..&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;/P&gt;
&lt;P&gt;sumit&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2008 14:47:01 GMT</pubDate>
    <dc:creator>sumitgulati</dc:creator>
    <dc:date>2008-03-24T14:47:01Z</dc:date>
    <item>
      <title>How to calculate Clock Cycles count for a function</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-calculate-Clock-Cycles-count-for-a-function/m-p/911332#M5823</link>
      <description>&lt;P&gt;I want to calculate cycles count for a function using vtune analyser. &lt;/P&gt;
&lt;P&gt;My main concern is how to calculate the Cycles count for the stall period ..&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;/P&gt;
&lt;P&gt;sumit&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2008 14:47:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-calculate-Clock-Cycles-count-for-a-function/m-p/911332#M5823</guid>
      <dc:creator>sumitgulati</dc:creator>
      <dc:date>2008-03-24T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Clock Cycles count for a function</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-calculate-Clock-Cycles-count-for-a-function/m-p/911333#M5824</link>
      <description>The VTune analyzer does not measure the number of cycles that every instruction takes. That would cause your code to run at about 1/1000 the speed it normally runs! :-( Instead, it periodically notes where the processor is executing code and gives you a statistically accurate representation of where the processor is spending it's time. This means your code runs at almost full speed (we say &amp;lt;5% overhead for sampling).&lt;BR /&gt;&lt;BR /&gt;On the Intel Core2 processor family, using the VTune analyzer, you can roughly calculate stalls due to cache misses. See &lt;A href="http://www.devx.com/go-parallel/Link/33315"&gt;this paper&lt;/A&gt; for more info.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2008 21:22:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-calculate-Clock-Cycles-count-for-a-function/m-p/911333#M5824</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2008-04-04T21:22:45Z</dc:date>
    </item>
  </channel>
</rss>

