<?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: Roofline Plot, can only see main function in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607060#M24856</link>
    <description>&lt;P&gt;I actually already tried it, I am doing something similar to a matrix multiplication with size 48K x 48K, here is the attached is the top down view I get with total time/self time/elapsed time/self elapsed time for the various functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Screenshot 2024-06-15 174411.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/55969i01AAD34C4CA00380/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2024-06-15 174411.png" alt="Screenshot 2024-06-15 174411.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2024 15:48:25 GMT</pubDate>
    <dc:creator>Sergio_</dc:creator>
    <dc:date>2024-06-15T15:48:25Z</dc:date>
    <item>
      <title>Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1606876#M24848</link>
      <description>&lt;P&gt;So I am testing out Intel Advisor on a code in cpp I wrote, the code consists in one cpp with main funciton inside that calls several functions from another header. I want to check where these functions are one the roofline plot. I am on windows 11 and I am building the cpp file with the -g flag. The problem here is that when I run the roofline plot with characterization and survey checked I can only see the point for the whole main function (more precisely _tmainCRTStartup) but then when I try to go deeper into the callstacks I can't see the points for the other functions. What I am thinking is that it is showing only C files but not cpp files but I am not sure. If more informations to solve this problem are needed I can share them happily.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 14:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1606876#M24848</guid>
      <dc:creator>Sergio_</dc:creator>
      <dc:date>2024-06-14T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1606903#M24849</link>
      <description>&lt;P&gt;It seems like 'Elapsed Time' of your loops/functions is too small. Could you please add more actual work there (not sleeps), e.g. couple loops with some compute operations inside?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 15:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1606903#M24849</guid>
      <dc:creator>Ruslan_M_Intel</dc:creator>
      <dc:date>2024-06-14T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607060#M24856</link>
      <description>&lt;P&gt;I actually already tried it, I am doing something similar to a matrix multiplication with size 48K x 48K, here is the attached is the top down view I get with total time/self time/elapsed time/self elapsed time for the various functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Screenshot 2024-06-15 174411.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/55969i01AAD34C4CA00380/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2024-06-15 174411.png" alt="Screenshot 2024-06-15 174411.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 15:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607060#M24856</guid>
      <dc:creator>Sergio_</dc:creator>
      <dc:date>2024-06-15T15:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607274#M24865</link>
      <description>&lt;P&gt;That looks enough from 'Elapsed Time' perspective. Have you got any other metrics as well? For Roofline chart 2 more are required - `Memory Traffic` and `FLOP/INTOP` count&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 07:55:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607274#M24865</guid>
      <dc:creator>Ruslan_M_Intel</dc:creator>
      <dc:date>2024-06-17T07:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607331#M24866</link>
      <description>&lt;P&gt;If I understand it correctly, those entries are blank in my top down view, I am not sure why though since all the ticks in the characterization are selected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sergio__0-1718627678351.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/56007i7C7874E9B1DE9E0B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Sergio__0-1718627678351.png" alt="Sergio__0-1718627678351.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:34:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607331#M24866</guid>
      <dc:creator>Sergio_</dc:creator>
      <dc:date>2024-06-17T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Roofline Plot, can only see main function</title>
      <link>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607358#M24867</link>
      <description>&lt;P&gt;That is the problem - have you used `--stacks` option to collect the data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 13:54:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Roofline-Plot-can-only-see-main-function/m-p/1607358#M24867</guid>
      <dc:creator>Ruslan_M_Intel</dc:creator>
      <dc:date>2024-06-17T13:54:45Z</dc:date>
    </item>
  </channel>
</rss>

