<?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: Re:VTune Profiler with Python - No result in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1197175#M19196</link>
    <description>&lt;P&gt;Hi fpnick,&lt;/P&gt;
&lt;P&gt;Our engineering teams are working on fixing the SW profiling on windows. We will let you know once the fix is ready and available.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Arun&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 07:23:40 GMT</pubDate>
    <dc:creator>ArunJ_Intel</dc:creator>
    <dc:date>2020-08-04T07:23:40Z</dc:date>
    <item>
      <title>VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195072#M19111</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I'm having trouble running a hotspot analysis with my Python code. I've only been working with VTune and compiled code (Fortran) so far. Maybe someone can help.&lt;/P&gt;
&lt;P&gt;I copied the command line to make things easier:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;...&amp;gt;"C:\Program Files (x86)\IntelSWTools\VTune Profiler 2020\bin64\vtune" -collect hotspots -knob enable-characterization-insights=false -target-duration-type=veryshort -app-working-dir "C:\Users\Fabian.Nick\Documents\01_Projects\*\*\*" -- "C:\Users\Fabian.Nick\.conda\envs\Python 3 base\python.exe" test\test_min_tw.py
vtune: Collection started. To stop the collection, either press CTRL-C or enter from another console window: vtune -r C:\Users\Fabian.Nick\Documents\01_Projects\*\*\*\r000hs -command stop.
vtune: Collection stopped.
vtune: Using result path `C:\Users\Fabian.Nick\Documents\01_Projects\*\*\gv-*\r000hs'
vtune: Executing actions 12 % Loading '402472-403252.0.trace' file
vtune: Error: Cannot load data file `C:\Users\Fabian.Nick\Documents\01_Projects\*\*\*\r000hs\data.0\402472-403252.0.trace' (Data file is corrupted).
vtune: Executing actions 100 % done
vtune: Error: 0x40000025 (Inapplicable report) -- The report 'summary' is not applicable to the result C:\Users\Fabian.Nick\Documents\01_Projects\*\*\*\r000hs\r000hs.vtune.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To me it seems like the code isn't even run. I also tried with a much simpler test program with the same result. Note that I'm using Python with Anaconda on Windows. The path to the python executable is correct. I think the space in the path shouldn't matter?!&lt;/P&gt;
&lt;P&gt;Any hints what I have to look for?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 19:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195072#M19111</guid>
      <dc:creator>fpnick</dc:creator>
      <dc:date>2020-07-27T19:24:41Z</dc:date>
    </item>
    <item>
      <title>Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195202#M19113</link>
      <description>&lt;P&gt;Hi Fabian,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a known issue of not being able to perform user based sampling of python applications in windows machine.&amp;nbsp; Our engineering team is working on resolving this. You would be able to&amp;nbsp;analyse your python code by switching over to hardware based sampling&amp;nbsp; for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PFB an example command you can use to perform &lt;STRONG&gt;Hardware Event-based Sampling.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"C:\Program Files (x86)\IntelSWTools\VTune Profiler 2020\bin64\vtune" -collect hotspots -knob sampling-mode=hw -app-working-dir "C:\Users\Fabian.Nick\Documents\01_Projects\*\*\*" -- "C:\Users\Fabian.Nick\.conda\envs\Python 3 base\python.exe" test\test_min_tw.py&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun Jose&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 12:17:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195202#M19113</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-07-30T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195267#M19116</link>
      <description>&lt;P&gt;Thanks for the info, Arun.&lt;/P&gt;
&lt;P&gt;Running that, I get the following two errors:&lt;/P&gt;
&lt;P&gt;vtune: Error: Cannot enable Hardware Event-based Sampling due to a problem with the driver (sep*/sepdrv*). Check that the driver is running and the driver group is in the current user group list. See the "Sampling Drivers" help topic for further details.&lt;BR /&gt;vtune: Error: To collect hardware events, run the product as administrator.&lt;/P&gt;
&lt;P&gt;The last one I need to discuss with our admin &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt; Do I also need to do something about the driver issue or will that be resolved when running as admin as well?&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Fabian.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:26:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195267#M19116</guid>
      <dc:creator>fpnick</dc:creator>
      <dc:date>2020-07-28T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195315#M19121</link>
      <description>&lt;P&gt;Hey Fabian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first error vtune: Error: Cannot enable Hardware Event-based Sampling due to a problem with the driver (sep*/sepdrv*) is because you might not have sep(vtunes sampling driver) installed on your machine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sep is a&amp;nbsp;mandatory requirement on windows machine for collecting hadware event based hotspots,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To verify&amp;nbsp;the sampling driver is installed correctly on a Microsoft Windows* OS, open the command prompt as an administrator and run the amplxe-sepreg.exe utility located at &lt;STRONG&gt;&amp;lt; VTUNE-INSTALLED-DIRECTORY&amp;gt;\bin32&amp;nbsp; &lt;/STRONG&gt;(try bin64 if bin32 is not present)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check whether the sampling driver is loaded, enter:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;amplxe-sepreg.exe -s&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the sampling driver is not installed but the system is supported by the VTune Profiler , execute the following command with the administrative privileges to install the driver:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;amplxe-sepreg.exe -i&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And about the second error,&amp;nbsp;as you have already inferred the vtune should be launched as administrator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun Jose&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 12:58:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195315#M19121</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-07-28T12:58:25Z</dc:date>
    </item>
    <item>
      <title>Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195892#M19153</link>
      <description>&lt;P&gt;Hey Fabian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have you tried out the solution provided. Does that help in solving your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2020 03:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1195892#M19153</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-07-30T03:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1197163#M19194</link>
      <description>&lt;P&gt;Hi Arun,&lt;/P&gt;
&lt;P&gt;unfortunately, IT cannot give me admin permissions on the machine I'm working on and we do not have any development machines at the moment (and I doubt the situation would be different there). Also, on Windows it seems it's not possible to allow me to start this single application as admin. Wrong OS... &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;If you have any other ideas, or if you know the issue wit SW profiling will be fixed in the near future, please let me know!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 06:23:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1197163#M19194</guid>
      <dc:creator>fpnick</dc:creator>
      <dc:date>2020-08-04T06:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:VTune Profiler with Python - No result</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1197175#M19196</link>
      <description>&lt;P&gt;Hi fpnick,&lt;/P&gt;
&lt;P&gt;Our engineering teams are working on fixing the SW profiling on windows. We will let you know once the fix is ready and available.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Arun&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 07:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Profiler-with-Python-No-result/m-p/1197175#M19196</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-08-04T07:23:40Z</dc:date>
    </item>
  </channel>
</rss>

