<?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 get thread time in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915018#M4779</link>
    <description>hello&lt;BR /&gt;&lt;BR /&gt;i want to get the time spent by any thread on win32&lt;BR /&gt;&lt;BR /&gt;when i uste GeTthreadTimes(user,kernel) the minimum resolution is 1ms&lt;BR /&gt;how to get the &lt;FONT color="#ff0000"&gt;&lt;B&gt;delta of 1ms &lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;if i call many time GeThreadTimes() in the delta de 1ms the function return allways the same time !!!!!!&lt;BR /&gt;the QueryPerformanceCounter() use high resolution timming but is not correct for thread time&lt;BR /&gt;i want thread time user &amp;amp; kernel in high resolution timming : 100ns&lt;BR /&gt;anyone know or have solution ?????&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Mar 2008 16:48:20 GMT</pubDate>
    <dc:creator>nono_38</dc:creator>
    <dc:date>2008-03-04T16:48:20Z</dc:date>
    <item>
      <title>how to get thread time</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915018#M4779</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;i want to get the time spent by any thread on win32&lt;BR /&gt;&lt;BR /&gt;when i uste GeTthreadTimes(user,kernel) the minimum resolution is 1ms&lt;BR /&gt;how to get the &lt;FONT color="#ff0000"&gt;&lt;B&gt;delta of 1ms &lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;if i call many time GeThreadTimes() in the delta de 1ms the function return allways the same time !!!!!!&lt;BR /&gt;the QueryPerformanceCounter() use high resolution timming but is not correct for thread time&lt;BR /&gt;i want thread time user &amp;amp; kernel in high resolution timming : 100ns&lt;BR /&gt;anyone know or have solution ?????&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2008 16:48:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915018#M4779</guid>
      <dc:creator>nono_38</dc:creator>
      <dc:date>2008-03-04T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to get thread time</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915019#M4780</link>
      <description>You can get more accurate timing using the Time Stamp Counter (TSC) but need to be aware of certain caveats: CPU clock throttling on some mobile processors can make RDTSC unusable, and this counter can also suffer from skew between a set of affiliated cores. If the thread bounces from one core to another between a pair of RDTSCs, you may actually see anegative delta. The precision of the TSC is a CPU clock cycle, but its accuracy may be no better than the bus clock cycle.</description>
      <pubDate>Tue, 08 Apr 2008 18:35:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915019#M4780</guid>
      <dc:creator>robert-reed</dc:creator>
      <dc:date>2008-04-08T18:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to get thread time</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915020#M4781</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am going to write a paper about "Dual Core". The paper should discuss the issues of parallism in theses processors.&lt;/P&gt;
&lt;P&gt;I dont have enough ideasand resoures about parallel issues in dual core. i mean some codes , threading, or any other materials that can help.&lt;/P&gt;
&lt;P&gt;I hope you can help me, and really i will be thankfull&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jalal&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2008 19:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/how-to-get-thread-time/m-p/915020#M4781</guid>
      <dc:creator>jalal_khalil</dc:creator>
      <dc:date>2008-05-07T19:41:21Z</dc:date>
    </item>
  </channel>
</rss>

