<?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: Intel VTune Profiler Comparison with other Profiler in Market in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1231591#M19659</link>
    <description>&lt;P&gt;Hi Himanshu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;We have not heard back from you since a long time. We have answered all your questions and I assume it helped. I am closing this inquiry now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;&lt;EM&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp; If you require additional assistance from Intel, please start a new thread.&amp;nbsp; Any further interaction in this thread will be considered community only&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;&lt;EM&gt;Thanks!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 12:01:37 GMT</pubDate>
    <dc:creator>JyotsnaK_Intel</dc:creator>
    <dc:date>2020-11-25T12:01:37Z</dc:date>
    <item>
      <title>Intel VTune Profiler Comparison with other Profiler in Market</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170327#M18123</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I have never used VTune&amp;nbsp;profiler&amp;nbsp; for instrumenting C++.&lt;/P&gt;&lt;P&gt;Can someone tell me why Intel VTune is better then other profiliers like valgrid, perf, gprof ? In terms of slowness &amp;amp; time takes for profiling hows intel compares to others ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to focus on measuring application cache misses , cache performance.&lt;/P&gt;&lt;P&gt;Also i dont want to install Intel VTune GUI on development server, so can i load the output file of VTune created via cmd line in my local machine using VTune GUI ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 20:53:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170327#M18123</guid>
      <dc:creator>HSing52</dc:creator>
      <dc:date>2020-04-23T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Hey Himanshu</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170328#M18124</link>
      <description>&lt;P&gt;Hey Himanshu&lt;/P&gt;&lt;P&gt;We appreciate your interest in vtune profiler.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You have mentioned in your query that your focus is on measuring cache misses and performance. You could use vtune memory access profiling for this purpose. Please find below more details regarding memory access profiling.&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;vtune -collect memory-access [-knob &amp;lt;knobName=knobValue&amp;gt;] [--] &amp;lt;targetApplication&amp;gt;&lt;/PRE&gt;

&lt;P&gt;Knobs: sampling-interval, analyze-mem-objects (Linux* targets only), mem-object-size-min-thres (Linux targets only), dram-bandwidth-limits, analyze-openmp.&lt;/P&gt;
&lt;P&gt;NOTE&lt;BR /&gt;For the most current information on available knobs (configuration options) for the Memory Access analysis, enter:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;vtune -help collect memory-access&lt;/PRE&gt;

&lt;P&gt;Example&lt;BR /&gt;This example shows how to run the Memory Access analysis on a Linux* myApplication app, collect data on dynamic memory objects, and evaluate maximum achievable local DRAM bandwidth before the collection starts:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;vtune -collect memory-access -knob analyze-mem-objects=true -knob dram-bandwidth-limits=true -- home/test/myApplication&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;To answer one of your other queries, if it is possible to load the output file of VTune created via cmd line in my local machine using VTune GUI, yes it is very much possible to do so.&amp;nbsp;&lt;BR /&gt;You can either import or open results collected via command line in your local machine.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For further clarifications on your queries SME will get back to you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun Jose&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 11:41:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170328#M18124</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-04-24T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Thanks Arun,</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170329#M18125</link>
      <description>&lt;P&gt;Thanks Arun,&lt;/P&gt;&lt;P&gt;Also can i use load the VTUNE profiler output (created on linux) in Intel Vtune GUI running on windows machine ?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 12:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170329#M18125</guid>
      <dc:creator>HSing52</dc:creator>
      <dc:date>2020-04-24T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Hi Himanshu,</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170330#M18126</link>
      <description>&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it is possible to&amp;nbsp;load the VTUNE profiler output (created on linux) in Intel Vtune GUI running on windows machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arun Jose&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 13:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170330#M18126</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-04-24T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Thanks Arun,</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170331#M18127</link>
      <description>&lt;P&gt;Thanks Arun,&lt;/P&gt;&lt;P&gt;The last question, advantage of using Intel VTune over other profiliers like valgrid, perf, gprof ?&lt;/P&gt;&lt;P&gt;In terms of slowness &amp;amp; time takes for profiling hows intel compares to others ? Any other wins of intel VTune.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also is there a free community version one can use for lifetime , one i know has trail period ?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 13:47:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1170331#M18127</guid>
      <dc:creator>HSing52</dc:creator>
      <dc:date>2020-04-24T13:47:46Z</dc:date>
    </item>
    <item>
      <title>Re:Intel VTune Profiler Comparison with other Prof...</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1229879#M19616</link>
      <description>&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;VTune is one of the flagship product from Intel with great GUI for better understanding of overall application/system performance information. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We recommend to use VTune from our oneAPI Base Toolkit, which is free to download and use. &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you are looking for getting priority support along with the product, then you can buy it from &lt;/P&gt;&lt;P&gt; &lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/commercial-base.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/commercial-base.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query. If you have any other question then please feel free to open a new thread. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2020 13:34:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1229879#M19616</guid>
      <dc:creator>JyotsnaK_Intel</dc:creator>
      <dc:date>2020-11-19T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intel VTune Profiler Comparison with other Profiler in Market</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1231591#M19659</link>
      <description>&lt;P&gt;Hi Himanshu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;We have not heard back from you since a long time. We have answered all your questions and I assume it helped. I am closing this inquiry now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;&lt;EM&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp; If you require additional assistance from Intel, please start a new thread.&amp;nbsp; Any further interaction in this thread will be considered community only&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;&lt;EM&gt;Thanks!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Intel Clear Light', sans-serif; font-size: 10.5pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:01:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-Profiler-Comparison-with-other-Profiler-in-Market/m-p/1231591#M19659</guid>
      <dc:creator>JyotsnaK_Intel</dc:creator>
      <dc:date>2020-11-25T12:01:37Z</dc:date>
    </item>
  </channel>
</rss>

