<?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 Re: Parallel Inspector Gating Control in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743118#M1202</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Intel Parallel &lt;STRONG&gt;Inspector&lt;/STRONG&gt; has&lt;STRONG&gt;NO&lt;/STRONG&gt; control via API function calls to start/pause/resume inspecting, neither the way to use "pause"on GUI.Please see my post - &lt;A href="http://software.intel.com/en-us/articles/do-not-use-vtuneapi-in-intel-parallel-inspector-for-selective-code-checking/"&gt;http://software.intel.com/en-us/articles/do-not-use-vtuneapi-in-intel-parallel-inspector-for-selective-code-checking/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Intel Parallel &lt;STRONG&gt;Amplifier&lt;/STRONG&gt;hascontrols via API function calls to start/pause/resume profiling, either theways touse "pause/resume" on GUI. Please see my post - &lt;A href="http://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling/"&gt;http://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
    <pubDate>Sun, 27 Sep 2009 02:59:26 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2009-09-27T02:59:26Z</dc:date>
    <item>
      <title>Parallel Inspector Gating Control</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743116#M1200</link>
      <description>Hello List,&lt;BR /&gt;&lt;BR /&gt;The Intel Parallel Inspector needs a gating control.&lt;BR /&gt;&lt;BR /&gt;ie, I need to be able to specifystart log and end log commands via an API function call, or via a GUI.&lt;BR /&gt;&lt;BR /&gt;This is required because waiting up to 300X the normal execution time is prohibitive. &lt;BR /&gt;I am sitting there waiting more than 10 minutes just for mygame to boot, then I have to navigate&lt;BR /&gt;menus and then wait 10 or minutes just to get into a level.&lt;BR /&gt;&lt;BR /&gt;I am only interested in capturing full threading information for 1 to 10 frames of running gameplay.&lt;BR /&gt;&lt;BR /&gt;hence the need for a triggering/gating mechanism.&lt;BR /&gt;&lt;BR /&gt;I feel this feature would transform the product from 'unusable' to 'essential'.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;mtm&lt;BR /&gt;michael@tweakoz.com&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Sep 2009 22:28:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743116#M1200</guid>
      <dc:creator>tweakoz</dc:creator>
      <dc:date>2009-09-05T22:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Inspector Gating Control</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743117#M1201</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/441867"&gt;tweakoz&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;EM&gt;The Intel Parallel Inspector needs a gating control.&lt;BR /&gt;&lt;BR /&gt;ie, I need to be able to specifystart log and end log commands via an API function call, or via a GUI.&lt;BR /&gt;&lt;BR /&gt;This is required because waiting up to 300X the normal execution time is prohibitive. &lt;BR /&gt;I am sitting there waiting more than 10 minutes just for mygame to boot, then I have to navigate&lt;BR /&gt;menus and then wait 10 or minutes just to get into a level.&lt;BR /&gt;&lt;BR /&gt;I am only interested in capturing full threading information for 1 to 10 frames of running gameplay.&lt;BR /&gt;&lt;BR /&gt;hence the need for a triggering/gating mechanism.&lt;BR /&gt;&lt;BR /&gt;I feel this feature would transform the product from 'unusable' to 'essential'.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Yes, Intel Parallel Inspector can expand substantially the amount of time it takes for your application to run, and many the times I wished there was exactly the sort of control you suggest. But like the Intel Thread Checker product that came before it, Parallel Inspector is contrained by the nature of the analysis it needs to do.&lt;/P&gt;
&lt;P&gt;Consider what might happen if you had such a "pause" button. Suppose I had a version that would skip all the checks until some point where I'm ready to start inspecting. I enable inspecting and immediatelythe inspectorhas a problem, as soon asthe test program writes something. Is it a race? Well, there's no way to tell because there's no history of activities at that memory location. The tool could start gathering data about memory activities at that point and might be very effective on some programs with the right structure, but lousy on others. These performance issues are something our developers are aware of and they are cooking up new ideas all the time; it's just a very hard problem.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2009 00:12:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743117#M1201</guid>
      <dc:creator>robert-reed</dc:creator>
      <dc:date>2009-09-19T00:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Inspector Gating Control</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743118#M1202</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Intel Parallel &lt;STRONG&gt;Inspector&lt;/STRONG&gt; has&lt;STRONG&gt;NO&lt;/STRONG&gt; control via API function calls to start/pause/resume inspecting, neither the way to use "pause"on GUI.Please see my post - &lt;A href="http://software.intel.com/en-us/articles/do-not-use-vtuneapi-in-intel-parallel-inspector-for-selective-code-checking/"&gt;http://software.intel.com/en-us/articles/do-not-use-vtuneapi-in-intel-parallel-inspector-for-selective-code-checking/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Intel Parallel &lt;STRONG&gt;Amplifier&lt;/STRONG&gt;hascontrols via API function calls to start/pause/resume profiling, either theways touse "pause/resume" on GUI. Please see my post - &lt;A href="http://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling/"&gt;http://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Sun, 27 Sep 2009 02:59:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-Inspector-Gating-Control/m-p/743118#M1202</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2009-09-27T02:59:26Z</dc:date>
    </item>
  </channel>
</rss>

