<?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 Anaylzing without the source code in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818365#M2152</link>
    <description>Hi Eldon,&lt;BR /&gt;&lt;BR /&gt;Yes, you can use VTune to investigate - I assume that you have executable with symbol files.&lt;BR /&gt;&lt;BR /&gt;You can run hotspots analysis with application for different paths, twice. You can compare bottom-up reports inresults... to verify CPU time on hot functions. Thus, you canfind suspect function(s)then communicate withthe developers.&lt;BR /&gt;&lt;BR /&gt;Since you have no source,it's impossibletoget CPU time consumed on each source line.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
    <pubDate>Thu, 02 Feb 2012 03:00:54 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2012-02-02T03:00:54Z</dc:date>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818362#M2149</link>
      <description>I am looking for some answers with respect to using the VTune Amplifier software tool. I would like to know how useful the tool is for detecting resource contentions on a PC if I do not have the source code for the application in question.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eldon</description>
      <pubDate>Tue, 31 Jan 2012 20:09:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818362#M2149</guid>
      <dc:creator>ezacek</dc:creator>
      <dc:date>2012-01-31T20:09:15Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818363#M2150</link>
      <description>Hi Eldon,&lt;BR /&gt;&lt;BR /&gt;VTune Amplifier XE can help you to detect resource contentions, for example:&lt;BR /&gt;1. You can know parallelism of your multi-threaded application, CPU usage.&lt;BR /&gt;2. You can know wait times/wait countsfor multi-threaded application&lt;BR /&gt;3. You can investigate What locks cause wait times highly&lt;BR /&gt;4. Use timeline report to know threading behaviors (active, inactive, CPU usage, threading transitions)&lt;BR /&gt;5. Use prededine analysis type - e.g. memory access, to know L2/LLC cache misses in modules, threads, functions.&lt;BR /&gt;&lt;BR /&gt;You can find more useful features from online helper.&lt;BR /&gt;&lt;BR /&gt;If you have source code of target application, it still works. However source view with performance data is not supported, function level view is supported.&lt;BR /&gt;&lt;BR /&gt;Thanks, Peter&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2012 08:21:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818363#M2150</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-02-01T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818364#M2151</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding.&lt;BR /&gt;&lt;BR /&gt;My problem is that I havepart of anapplication that runs quickly when executed via one path but when it is executed via a different path, it runs almost 10 times slower. I do not have source code for this application but do have access to the developers. This slow down has just recently occurred and I need to narrow down why it is occuring. Will VTune help me find the differences in the two different paths of execution?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eldon</description>
      <pubDate>Wed, 01 Feb 2012 16:14:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818364#M2151</guid>
      <dc:creator>ezacek</dc:creator>
      <dc:date>2012-02-01T16:14:29Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818365#M2152</link>
      <description>Hi Eldon,&lt;BR /&gt;&lt;BR /&gt;Yes, you can use VTune to investigate - I assume that you have executable with symbol files.&lt;BR /&gt;&lt;BR /&gt;You can run hotspots analysis with application for different paths, twice. You can compare bottom-up reports inresults... to verify CPU time on hot functions. Thus, you canfind suspect function(s)then communicate withthe developers.&lt;BR /&gt;&lt;BR /&gt;Since you have no source,it's impossibletoget CPU time consumed on each source line.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Thu, 02 Feb 2012 03:00:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818365#M2152</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-02-02T03:00:54Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818366#M2153</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I would not assume that I have an executable with debug symbols. I do know that the path I am having probelms with is a seperate thread that starts executing. Will I be able to identify this thread and watch what resources that it is using?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eldon</description>
      <pubDate>Thu, 02 Feb 2012 13:25:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818366#M2153</guid>
      <dc:creator>ezacek</dc:creator>
      <dc:date>2012-02-02T13:25:02Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818367#M2154</link>
      <description>If your application has no debug info or without symbol file, all hot functions in report will be displayed such as [xxx.exe] or [xxx.dll] - it doesn't help to narrow down the issue to function level.&lt;BR /&gt;&lt;BR /&gt;So please ask developers to send you executable with debug info, or symbol files. It could be release build, with compiler option "/Zi" for Windows version, "-g" for Linux version, linker option "/DEBUG" for window version.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2012 03:42:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818367#M2154</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-02-03T03:42:32Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818368#M2155</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;The program was developed using National Instruments LabView. Do you know if VTune is compatible with LabView?</description>
      <pubDate>Mon, 06 Feb 2012 16:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818368#M2155</guid>
      <dc:creator>ezacek</dc:creator>
      <dc:date>2012-02-06T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818369#M2156</link>
      <description>&lt;P&gt;VTune Amplifier XEshouldbe compatible with LabView, no special requirements for target application. C/C++, FORTRAN and C# language are supported, ordevelopers use libraries (e.g. LabView) built by these languages.&lt;BR /&gt;&lt;BR /&gt;If there is no symboleinfo for 3rd-party libraries, hot functions cannotbedetected. You only can view CPU time consumedin all threads.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 02:21:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818369#M2156</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-02-07T02:21:39Z</dc:date>
    </item>
    <item>
      <title>Anaylzing without the source code</title>
      <link>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818370#M2157</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information. I will most likely give it a try but it will be a couple of weeks before I get a chance. If I have any questions, I will start a new thread.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Eldon</description>
      <pubDate>Thu, 09 Feb 2012 17:55:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Anaylzing-without-the-source-code/m-p/818370#M2157</guid>
      <dc:creator>ezacek</dc:creator>
      <dc:date>2012-02-09T17:55:20Z</dc:date>
    </item>
  </channel>
</rss>

