<?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 Prroblem with analysis on Intel Xeon Phi in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056650#M14525</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
	&lt;BR /&gt;
	I'm trying to analyze simple serial aplication (matrix multipication) dedicated for Intel Xeon Phi coprocessor using VTune. I created native aplication, using -mmic flag and next copy it to mic0 using scp command. Next&amp;nbsp;I ran analysis as shown in the link below :&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/how-to-analyze-xeon-phi-coprocessor-applications-using-intel-vtune-amplifier-xe-2015" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-analyze-xeon-phi-coprocessor-applications-using-intel-vtune-amplifier-xe-2015&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Upon completion I got the following result (pic.: vtune1, vtune2). In analisys result i did not get information as shown in the link&amp;nbsp;above. I obtained the same result for General Exploration. Nothing information about implemented function etc.&lt;BR /&gt;
	&lt;BR /&gt;
	Could You give me some suggestion what could be wrong?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2015 23:25:45 GMT</pubDate>
    <dc:creator>H__Kamil</dc:creator>
    <dc:date>2015-03-18T23:25:45Z</dc:date>
    <item>
      <title>Prroblem with analysis on Intel Xeon Phi</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056650#M14525</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
	&lt;BR /&gt;
	I'm trying to analyze simple serial aplication (matrix multipication) dedicated for Intel Xeon Phi coprocessor using VTune. I created native aplication, using -mmic flag and next copy it to mic0 using scp command. Next&amp;nbsp;I ran analysis as shown in the link below :&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/how-to-analyze-xeon-phi-coprocessor-applications-using-intel-vtune-amplifier-xe-2015" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-analyze-xeon-phi-coprocessor-applications-using-intel-vtune-amplifier-xe-2015&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Upon completion I got the following result (pic.: vtune1, vtune2). In analisys result i did not get information as shown in the link&amp;nbsp;above. I obtained the same result for General Exploration. Nothing information about implemented function etc.&lt;BR /&gt;
	&lt;BR /&gt;
	Could You give me some suggestion what could be wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:25:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056650#M14525</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-03-18T23:25:45Z</dc:date>
    </item>
    <item>
      <title>Are you using VTune(TM)</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056651#M14526</link>
      <description>&lt;P&gt;Are you using VTune(TM) Amplifier XE 2015 Update 2?&lt;/P&gt;

&lt;P&gt;Can you run matrix application without VTune? For example,&amp;nbsp;&amp;nbsp;"ssh mic0 /root/matrix.MIC"&lt;/P&gt;

&lt;P&gt;It seemed that you application only collected data for "ssh" process, I don't know what you did on GUI. You may redo this via command line. Here is an example for your reference:&lt;/P&gt;

&lt;P&gt;# amplxe-cl -collect advanced-hotspots --target-system=mic-native:0 --search-dir=. -- /root/matrix.MIC&lt;/P&gt;

&lt;P&gt;Simply you can use "amplxe-cl -R hotspots" to verify the result, or use ample-gui to open result. vmlinux should NOT be the hottest function, which should be a function in matrix. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 03:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056651#M14526</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-03-19T03:28:24Z</dc:date>
    </item>
    <item>
      <title>No I'm not using VTune</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056652#M14527</link>
      <description>&lt;P&gt;No I'm not using VTune Amplifier XE 2015 Update 2.&lt;BR /&gt;
	&lt;BR /&gt;
	Yes, I can run my application without VTune. I tried to do it via command line but i got the same result.&lt;/P&gt;

&lt;P&gt;I am doing following steps&amp;nbsp;when I am running an analysis:&lt;/P&gt;

&lt;P&gt;1. Copy exetubale file to mic: scp mic0:/tmp/&lt;/P&gt;

&lt;P&gt;2. Run amplaxe-gui&lt;/P&gt;

&lt;P&gt;3. Choose target system: Intel Xeon Phi (native)&lt;/P&gt;

&lt;P&gt;4. Choose card number: 0(mic0)&lt;/P&gt;

&lt;P&gt;5. Fill field Application: /tmp/matrix.mic&lt;/P&gt;

&lt;P&gt;6. Click OK, next choose Advanced Hotsposts Analyze and start it.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 10:20:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056652#M14527</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-03-19T10:20:33Z</dc:date>
    </item>
    <item>
      <title>You appear to be ignoring the</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056653#M14528</link>
      <description>&lt;P&gt;You appear to be ignoring the instruction to launch your application on mic from the host side, e.g. by ssh mic0.&lt;/P&gt;

&lt;P&gt;I guess you may be setting VTune to collect host data only.&amp;nbsp; If you are using a good older version such as amplifier xe 2013 update 17, your only choices to collect with gui on mic side are the knc specific selections.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 10:57:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056653#M14528</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-03-19T10:57:28Z</dc:date>
    </item>
    <item>
      <title>&gt; Yes, I can run my</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056654#M14529</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Yes, I can run my application without VTune. I tried to do it via command line but i got the same result.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;What was command line you used, and what were outputs?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;You can verify if VTune can work on Xeon Phi, by using:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;# ssh mic0 lsmod | grep sep &amp;nbsp; &amp;nbsp;; vtune driver is loaded&lt;BR /&gt;
	sep3_15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45337 &amp;nbsp;0&amp;nbsp;&lt;/P&gt;

&lt;P&gt;# amplxe-cl -c advanced-hotspots -target-system=mic-native:0 -d 5 &amp;nbsp; &amp;nbsp; ; data collection works, without target application.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Can you please try 2015 U2? Can you please post your result directory?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 00:27:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056654#M14529</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-03-20T00:27:51Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056655#M14530</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could you please check that elapsed time that VTune reports is the same as you have for the run without VTune?&lt;/P&gt;

&lt;P&gt;It seems that the run was pretty short - probably the app was not run correctly under VTune on the card.&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 01:30:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056655#M14530</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2015-03-20T01:30:38Z</dc:date>
    </item>
    <item>
      <title>&gt; What was command line you</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056656#M14531</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt; What was command line you used, and what were outputs?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;amplxe-cl -collect advanced-hotspots --target-system=mic-native:0 --search-dir=. -- &amp;nbsp;/tmp/matrix.mic&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;You can verify if VTune can work on Xeon Phi...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;VTune work on card.&lt;BR /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;# ssh mic0 lsmod | grep sep&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;s&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;ep3_15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;45209 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Can you please try 2015 U2? Can you please post your result directory?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I will update VTune, then I will try again.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;gt;&amp;nbsp;Could you please check that elapsed time that VTune reports is the same as you have for the run without VTune?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Eplased time is smaller (equal 0).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I posted my result. Aplication was analyzed via command line. It is launched during analysis. I posted my application too. Source file and Makefile are located in matrix folder.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056656#M14531</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-03-20T11:41:30Z</dc:date>
    </item>
    <item>
      <title>I cannot reproduce your</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056657#M14532</link>
      <description>&lt;P&gt;I cannot reproduce your problem with your test case:-(&lt;/P&gt;

&lt;P&gt;# amplxe-cl -c advanced-hotspots -target-system=mic-native:0 -search-dir=. -- /root/matrix.out&lt;/P&gt;

&lt;P&gt;# amplxe-cl -R hotspots&lt;BR /&gt;
	amplxe: Using result path `/home/peter/tmp/matrix/r000ah'&lt;BR /&gt;
	amplxe: Executing actions 50 % Generating a report &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	Function &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CPU Time &amp;nbsp;Spin Time &amp;nbsp;Overhead Time&lt;BR /&gt;
	-------------------------------- &amp;nbsp;----------------------- &amp;nbsp;-------- &amp;nbsp;--------- &amp;nbsp;-------------&lt;BR /&gt;
	[vmlinux] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vmlinux &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16.637s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s&lt;BR /&gt;
	Multipication &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; matrix.out &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15.377s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s&lt;BR /&gt;
	[sep3_15] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sep3_15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.223s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s&lt;BR /&gt;
	memset &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libc-2.14.90.so &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.142s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0s&lt;/P&gt;

&lt;P&gt;In your result, It seemed matrix.out ran shortly and no sample for &lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Multipication&amp;nbsp;&lt;/SPAN&gt;captured, only [vmlinux] had samples.&lt;/P&gt;

&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Eplased time is smaller (equal 0).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;On my side, matrix.out ran ~13s without VTune, and run ~15s with VTune. Please check.&lt;/P&gt;

&lt;P&gt;By the way, you need to copy all contents under "/opt/intel/composer_xe_2015/lib/mic/" (for example) to mic0:/lib64 first, then app on MIC can run properly.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2015 06:59:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056657#M14532</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-03-21T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Ok, I copied this components</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056658#M14533</link>
      <description>&lt;P&gt;Ok, I copied this components and changed matrixes&amp;nbsp;size.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Now matrix.out ran ~ 37s without VTune and ~32s with VTune. But result are the same. Multipication function is not one the list. VTune still does not show corretly information about logical CPU count (48 instead 244). I am waiting for VTune Update 2. After update i will analyze it again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:46:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056658#M14533</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-03-23T10:46:29Z</dc:date>
    </item>
    <item>
      <title>&gt; Now matrix.out ran ~ 37s</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056659#M14534</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Now matrix.out ran ~ 37s without VTune and ~32s with VTune...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;This is an expected result. Please try VTune Amplifier XE 2015 U2, if the problem persists on, attach your result directory again. Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 01:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056659#M14534</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2015-03-24T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056660#M14535</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I updated my VTune to Update 2 and now it's OK. Thanks for help :)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 13:45:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056660#M14535</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-04-09T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Good to hear, thank you!</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056661#M14536</link>
      <description>&lt;P&gt;Good to hear, thank you!&lt;/P&gt;

&lt;P&gt;Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056661#M14536</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2015-04-09T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056662#M14537</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have another question but i don't want create new topic. My VTune analyze Xeon Phi application correctly. But I would like to ask You about display the result.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I use command line to run analyze program on coprocessor.&amp;nbsp;&lt;/SPAN&gt;When I display result via command line I have more information about my application than when I do it via GUI eg (CPI Rate). &amp;nbsp;Why my result does not display information about CPU utilization like in hotspots analyze in CPU?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 22:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056662#M14537</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2015-04-17T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Hi Kamil:</title>
      <link>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056663#M14538</link>
      <description>&lt;P&gt;Hi Kamil:&lt;/P&gt;

&lt;P&gt;See the "viewpoints" menu at the top of the display. &amp;nbsp;Currently, you are viewing "Hardware Event Counts". &amp;nbsp;Try "Hotspots".&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="viewpoints.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7398iCF3B6F9D7C26BC08/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="viewpoints.png" alt="viewpoints.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 23:01:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Prroblem-with-analysis-on-Intel-Xeon-Phi/m-p/1056663#M14538</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2015-04-17T23:01:45Z</dc:date>
    </item>
  </channel>
</rss>

