<?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: Vtune - save profiled source code in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1349397#M21744</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would briefly explain it again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps to activate cache source files option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. When you open VTune, click on Menu.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In Menu, click on Options a window will appear on your screen.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Now in that window click on Source/Assembly.&lt;/P&gt;
&lt;P&gt;4. Now check the box in front of cache source files and click on Ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Menu-&amp;gt; Options-&amp;gt; Source/Assembly-&amp;gt; Cache source files -&amp;gt; Ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaradJ_Intel_0-1641558247775.png" style="width: 790px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25419i3CDA909186240582/image-dimensions/790x415?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="790" height="415" role="button" title="VaradJ_Intel_0-1641558247775.png" alt="VaradJ_Intel_0-1641558247775.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you activate cache source files option, the source code will get cached by default every time you do profiling of your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2022 12:24:42 GMT</pubDate>
    <dc:creator>VaradJ_Intel</dc:creator>
    <dc:date>2022-01-07T12:24:42Z</dc:date>
    <item>
      <title>Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1342775#M21649</link>
      <description>&lt;P&gt;I'm using Vtune to profile a code (Python/C/C++) that is under CI. I would like to know whether it is possible to archive as part of the results the version of source code that was actually profiled.&lt;BR /&gt;That is, when I open an older profile, I would like that the links to the source code refer to the archived version rather than the current version located on the disk (which is obviously different from the one that was used in the older profiling runs).&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 10:38:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1342775#M21649</guid>
      <dc:creator>ejo</dc:creator>
      <dc:date>2021-12-09T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1343035#M21650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/203278"&gt;@ejo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can configure source file caching in Options:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/user-interface-reference/pane-options-source-assembly.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/reference/user-interface-reference/pane-options-source-assembly.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When caching is enabled then once you open a source file in VTune it will be cached in the result directory.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 05:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1343035#M21650</guid>
      <dc:creator>Stas-Neverov-Intel</dc:creator>
      <dc:date>2021-12-10T05:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1343661#M21655</link>
      <description>&lt;P&gt;Hi Stas,&lt;BR /&gt;Thank you for the suggestion.&amp;nbsp;It achieves what I'm looking for however it implies two things:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;that you manually open the files that you want to cache straight after completion of the profiling, and&lt;/LI&gt;
&lt;LI&gt;that you know in advance which files you will be revisiting in the future&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;which is not suitable for an automated pipeline with a large code base.&lt;/P&gt;
&lt;P&gt;Is there a way to automate what you propose for a given source directory? I.e. that all sources contained in that directory would be automatically cached?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 13:45:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1343661#M21655</guid>
      <dc:creator>ejo</dc:creator>
      <dc:date>2021-12-13T13:45:15Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1344853#M21680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When you check the option of "Cache source files" the source code which is associated with the application at the time of profiling gets stored in cache.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The source files will get save in cache every time unless you manually uncheck the option.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So next time whenever you open the old report you will get the old source code associated with the application at the time of profiling.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Does this resolves your query? If you need any further clarification please let us know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2021 06:38:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1344853#M21680</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2021-12-17T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1346417#M21701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please give us an update? Is your query clarified?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Dec 2021 05:20:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1346417#M21701</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2021-12-24T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1346436#M21702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes, I understand that I cannot automatically cache all the source code that was profiled.&lt;/P&gt;
&lt;P&gt;In our continuous integration pipeline (where we profile the code each time a change is pushed) we don't want/can't manually intervene to cache a selection of files as you suggested.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 07:05:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1346436#M21702</guid>
      <dc:creator>ejo</dc:creator>
      <dc:date>2021-12-24T07:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1349397#M21744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would briefly explain it again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps to activate cache source files option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. When you open VTune, click on Menu.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In Menu, click on Options a window will appear on your screen.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Now in that window click on Source/Assembly.&lt;/P&gt;
&lt;P&gt;4. Now check the box in front of cache source files and click on Ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Menu-&amp;gt; Options-&amp;gt; Source/Assembly-&amp;gt; Cache source files -&amp;gt; Ok.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaradJ_Intel_0-1641558247775.png" style="width: 790px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25419i3CDA909186240582/image-dimensions/790x415?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="790" height="415" role="button" title="VaradJ_Intel_0-1641558247775.png" alt="VaradJ_Intel_0-1641558247775.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you activate cache source files option, the source code will get cached by default every time you do profiling of your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 12:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1349397#M21744</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2022-01-07T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1351909#M21778</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know whether your issue is resolved?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2022 10:06:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1351909#M21778</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2022-01-17T10:06:34Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune - save profiled source code</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1354011#M21793</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2022 09:28:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-save-profiled-source-code/m-p/1354011#M21793</guid>
      <dc:creator>VaradJ_Intel</dc:creator>
      <dc:date>2022-01-24T09:28:56Z</dc:date>
    </item>
  </channel>
</rss>

