<?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 Vtune Amplifier for shared library file  in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769522#M288</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Iwant to profile the shared library using the Vtune Amplifier XE 2011,it is only allow me to analyse for applcation,&lt;BR /&gt;&lt;BR /&gt;is their any parameter availble to analyse the shared library?&lt;BR /&gt;&lt;BR /&gt;please help</description>
    <pubDate>Fri, 20 Apr 2012 10:07:33 GMT</pubDate>
    <dc:creator>karthik_siva</dc:creator>
    <dc:date>2012-04-20T10:07:33Z</dc:date>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769522#M288</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Iwant to profile the shared library using the Vtune Amplifier XE 2011,it is only allow me to analyse for applcation,&lt;BR /&gt;&lt;BR /&gt;is their any parameter availble to analyse the shared library?&lt;BR /&gt;&lt;BR /&gt;please help</description>
      <pubDate>Fri, 20 Apr 2012 10:07:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769522#M288</guid>
      <dc:creator>karthik_siva</dc:creator>
      <dc:date>2012-04-20T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769523#M289</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Once it's linked to an executable your shared library will be analysed by the tool as well. You just need to filter out your module in the results.&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Apr 2012 10:11:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769523#M289</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2012-04-20T10:11:14Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769524#M290</link>
      <description>HI,&lt;BR /&gt;I need to get the time consumed by each function which is avilable in the shared library file,is there possible by the vtune amplifier XE tool to capture the time taken by each function in shared library(by using the Hot spot metric i can only able to get the maximum time consumable function but i need to get time consumed by all functions)?&lt;BR /&gt;&lt;BR /&gt;please help</description>
      <pubDate>Mon, 23 Apr 2012 07:18:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769524#M290</guid>
      <dc:creator>karthik_siva</dc:creator>
      <dc:date>2012-04-23T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769525#M291</link>
      <description>&lt;DIV&gt;You may use like "amplxe-cl -collect lightweight-hotspots -analyze-system -- application args"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;You can get all time spent of each function in shared module, "amplxe-cl -report hotspots -group-by function -filter 
module=module-name"&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You can get all time spent of each function in shared modue in your process only, "amplxe-cl -report hotspots -group-by function -filter 
module=module-name -filter process=process-name"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards, Peter&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Apr 2012 08:53:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769525#M291</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-23T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769526#M292</link>
      <description>Hi peter,&lt;BR /&gt;Thanks for your reply,&lt;BR /&gt;i need one more informantion,by using the command "amplxe-cl -report hotspots -group-by function -filter module=module-name -filter process=process-name" i can list out few of the maximum CPU time consuming functions only,(around top 20 function);i cant able to get the remaining or least time consuming function from my shared library(or all the functions availble in the shared library).&lt;BR /&gt;&lt;BR /&gt;or Is it possible to get the profiling information by using the tool "gprof" in Vtune amplifier XE?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Mon, 23 Apr 2012 13:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769526#M292</guid>
      <dc:creator>karthik_siva</dc:creator>
      <dc:date>2012-04-23T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769527#M293</link>
      <description>&lt;P&gt;Hereare steps in my example:&lt;BR /&gt;&lt;BR /&gt;1. Data collection&lt;BR /&gt;# amplxe-cl -collect lightweight-hotspots -analyze-system -- ./primes.icc &lt;BR /&gt;&lt;BR /&gt;2. Findall hot functions (look for your interest in shared library)&lt;BR /&gt;# amplxe-cl -report hotspots -group-by function &lt;BR /&gt;Using result path `/home/peter/problem_report/r000lh'&lt;BR /&gt;Executing actions 75 % Generating a report &lt;BR /&gt;Function Module CPU Time&lt;BR /&gt;------------------------------------------ ------------------------------ ---------&lt;BR /&gt;findPrimes primes.icc 2.354&lt;BR /&gt;&lt;STRONG&gt;do_wp_page vmlinux 0.665&lt;BR /&gt;&lt;/STRONG&gt;acpi_processor_get_throttling_info vmlinux 0.301&lt;BR /&gt;[Xvnc] Xvnc 0.005&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;3. Find that hot function in specific shared library inyour process&lt;BR /&gt;# amplxe-cl -report hotspots -group-by function -filter module=vmlinux -filter process=primes.icc&lt;BR /&gt;Using result path `/home/peter/problem_report/r000lh'&lt;BR /&gt;Executing actions 75 % Generating a report &lt;BR /&gt;Function Module CPU Time&lt;BR /&gt;----------------------------------- ------- ---------&lt;BR /&gt;&lt;STRONG&gt;do_wp_page vmlinux 0.005&lt;BR /&gt;&lt;/STRONG&gt;__mutex_lock_interruptible_slowpath vmlinux 0.0007519&lt;BR /&gt;level2_spare_pgt vmlinux 0.0007519&lt;BR /&gt;memset_c vmlinux 0&lt;BR /&gt;sys_time vmlinux 0&lt;BR /&gt;tcp_rtt_estimator vmlinux 0&lt;BR /&gt;Executing actions 100 % done&lt;BR /&gt;&lt;BR /&gt;If you can't find such hot functionin your process, it means that workload of that function is tiny in your process.&lt;BR /&gt;&lt;BR /&gt;P.S&amp;gt; You could not use "gprof" in VTune, but you can output VTune resultin gprof format: e.g.&lt;BR /&gt;amplxe-cl -report gprof-cc&lt;BR /&gt;&lt;BR /&gt;Regards,Peter&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 05:39:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769527#M293</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-24T05:39:14Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769528#M294</link>
      <description>Hi,&lt;BR /&gt;thanks for your reply,&lt;BR /&gt;&lt;BR /&gt;one of the function in my shared lib consumes around 8 microsec,i further need to optimize the time consumption of the function,is that possible by Vtune amplifier XE?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 24 Apr 2012 14:05:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769528#M294</guid>
      <dc:creator>karthik_siva</dc:creator>
      <dc:date>2012-04-24T14:05:55Z</dc:date>
    </item>
    <item>
      <title>Vtune Amplifier for shared library file</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769529#M295</link>
      <description>Usually we use VTune Amplifier XE to find hotspots, code concurrency, and dig out why performance is low by viewing source code / assembly code annotated with performance data.&lt;BR /&gt;&lt;BR /&gt;Using Intel Compiler's advance options, changing algorithm, modifying code - they will optimize the time consumption of the function. Absolutely we can use VTune toverify results, again.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Wed, 25 Apr 2012 02:14:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-Amplifier-for-shared-library-file/m-p/769529#M295</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-04-25T02:14:38Z</dc:date>
    </item>
  </channel>
</rss>

