<?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 Ok, I was able to compile in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023499#M13001</link>
    <description>&lt;P&gt;Ok, I was able to compile following the steps you show here:&amp;nbsp;https://software.intel.com/en-us/articles/use-itt-frame-apis-from-intel-vtune-amplifier-xe-2011-to-analyze-each-frame-in-critical&lt;/P&gt;

&lt;P&gt;Thanks peter!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2015 17:05:26 GMT</pubDate>
    <dc:creator>Caesar</dc:creator>
    <dc:date>2015-06-03T17:05:26Z</dc:date>
    <item>
      <title>VTune API?</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023495#M12997</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;

&lt;P&gt;I am wondering whether current versions of VTune have a programming API such as the ones mentioned in these articles:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling" target="_blank"&gt;https://software.intel.com/en-us/articles/use-vtuneapi-in-intel-parallel-amplifier-for-selective-code-profiling&lt;/A&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="http://web.cse.ohio-state.edu/~henretty/etc/vtune-tutorial.pdf" target="_blank"&gt;http://web.cse.ohio-state.edu/~henretty/etc/vtune-tutorial.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/articles/how-to-call-resume-and-pause-api-from-fortran-code/" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-call-resume-and-pause-api-from-fortran-code/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I searched in the documentation of the current version but could not find anything.&lt;/P&gt;

&lt;P&gt;What I currently want to do is to assign name to threads or to periods of execution, is that possible with VTune?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:21:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023495#M12997</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-02T17:21:14Z</dc:date>
    </item>
    <item>
      <title>(VTune(TM) Performance</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023496#M12998</link>
      <description>&lt;P&gt;(VTune(TM) Performance Analyzer is too old to end of life, APIs from VTune Amplifier XE 2011 probably don't work. You can reference 2013 version, most of things still work)&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You can refer to this&lt;A href="http://software.intel.com/en-us/articles/using-pauseresume-api-for-mpi-program"&gt;&amp;nbsp;article&lt;/A&gt;, Pause/Resume API were tested for MPI program in 2013 version - APIs should work in 2015, same framework for general C/C++ program.&lt;/P&gt;

&lt;P&gt;Your another request, please refer to this &lt;A href="https://software.intel.com/en-us/articles/a-simplest-example-to-use-task-apis-in-your-code"&gt;article&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 02:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023496#M12998</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-06-03T02:29:25Z</dc:date>
    </item>
    <item>
      <title> Hello Peter, </title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023497#M12999</link>
      <description>&lt;P&gt;&amp;nbsp;Hello Peter,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thanks for the answer. That is exactly what I was looking for!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:04:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023497#M12999</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-03T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023498#M13000</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;with which library should I link the program? Actually I am profiling a shared library, so, how which "ittnotify" library should I link with my ".so"?&lt;/P&gt;

&lt;P&gt;These are the options in my system:&lt;/P&gt;

&lt;P&gt;/opt/intel/vtune_amplifier_xe_2015.3.0.403110/bin64/k1om/libittnotify.a&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/bin64/k1om/runtime/libittnotify_collector.so&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/include/libittnotify.h&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/lib32/libittnotify.a&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/lib32/runtime/libittnotify_collector.so&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/lib64/libittnotify.a&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/lib64/runtime/libittnotify_collector.so&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/target/linux32/include/libittnotify.h&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/target/linux32/lib32/runtime/libittnotify_collector.so&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/target/linux64/include/libittnotify.h&lt;BR /&gt;
	/opt/intel/vtune_amplifier_xe_2015.3.0.403110/target/linux64/lib64/runtime/libittnotify_collector.so&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:29:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023498#M13000</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-03T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Ok, I was able to compile</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023499#M13001</link>
      <description>&lt;P&gt;Ok, I was able to compile following the steps you show here:&amp;nbsp;https://software.intel.com/en-us/articles/use-itt-frame-apis-from-intel-vtune-amplifier-xe-2011-to-analyze-each-frame-in-critical&lt;/P&gt;

&lt;P&gt;Thanks peter!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023499#M13001</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-03T17:05:26Z</dc:date>
    </item>
    <item>
      <title>Hello again.</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023500#M13002</link>
      <description>&lt;P&gt;Hello again.&lt;/P&gt;

&lt;P&gt;Is it possible in VTune to&amp;nbsp;show tasks with different "names" using different colors?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 18:11:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023500#M13002</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-03T18:11:24Z</dc:date>
    </item>
    <item>
      <title>&gt;Is it possible in VTune to</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023501#M13003</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt;Is it possible in VTune to&amp;nbsp;show tasks with different "names" using different colors?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Haven't you seen this&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/articles/a-simplest-example-to-use-task-apis-in-your-code" style="font-size: 12px; line-height: 18px;"&gt;article&lt;/A&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;, which displays task string in different colors?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 00:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023501#M13003</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-06-04T00:58:29Z</dc:date>
    </item>
    <item>
      <title>Hi Peter, Yes I have seen</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023502#M13004</link>
      <description>&lt;P&gt;Hi Peter, Yes I have seen that paper. Very good indeed.&lt;/P&gt;

&lt;P&gt;This only happens in the "Tasks and Frame" tab. At least in my computer/VTune in the bottom-up/top-down tabs all tasks in the "histogram" are shown using the same color. IMO it would be great if this might be consistent across tabs/"histograms".&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 14:00:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-API/m-p/1023502#M13004</guid>
      <dc:creator>Caesar</dc:creator>
      <dc:date>2015-06-05T14:00:27Z</dc:date>
    </item>
  </channel>
</rss>

