<?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:Intel VTune - ittnotify and collection control in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1430831#M22707</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any further assistance, 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;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Nov 2022 06:33:20 GMT</pubDate>
    <dc:creator>AlekhyaV_Intel</dc:creator>
    <dc:date>2022-11-17T06:33:20Z</dc:date>
    <item>
      <title>Intel VTune - ittnotify and collection control</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1425695#M22644</link>
      <description>&lt;P&gt;Hi, I'm trying to evaluate the GFLOPs of my application in a constrained area of the code, thats only on a heavy function (&amp;gt;2sec of execution), using "ittnotify.h".&lt;/P&gt;
&lt;P&gt;I've followed the &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/api-support/instrumentation-and-tracing-technology-apis/basic-usage-and-configuration/configuring-your-build-system.html" target="_self"&gt;configure your system guide&lt;/A&gt; and successful built with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;g++ -g -O3 -std=gnu++0x -I/opt/intel/oneapi/vtune/2022.4.0/sdk/include -L/opt/intel/oneapi/vtune/2022.4.0/sdk/lib64 source.cpp -o source.o -pthread -littnotify -ldl
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to execute the "Performance snapshot" analysis via CLI to get the number of GFLOPs, starting by paused with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;vtune -collect performance-snapshot -start-paused -finalization-mode=full -r ./result -- ./source.o&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then attempting to resume the analysis from code. Unfortunately it seems to not be able to find the "__itt_resume();" command, since it prints "EMON collector was started in PAUSE mode and never RESUMED". This is how I'm trying to use the library:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;int main(int argc, char **argv) {

        ... some code ...

       __itt_resume();
       myFunction(1,2,3);
       __itt_pause();

       .... other code ...


return 0;

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Does anyone know why this is not working? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 23:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1425695#M22644</guid>
      <dc:creator>HPCAnalisys</dc:creator>
      <dc:date>2022-10-27T23:26:03Z</dc:date>
    </item>
    <item>
      <title>Re:Intel VTune - ittnotify and collection control</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1426408#M22652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities. We tried collection control API with an existing C++ code but couldn't reproduce your issue. Could you please provide the below information so that we can debug your issue further?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1) Your System details&lt;/P&gt;&lt;P&gt;2) Sample reproducer so that we can try out from our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2022 12:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1426408#M22652</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-10-31T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re:Intel VTune - ittnotify and collection control</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1429341#M22685</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 regarding this issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2022 05:55:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1429341#M22685</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-11-11T05:55:16Z</dc:date>
    </item>
    <item>
      <title>Re:Intel VTune - ittnotify and collection control</title>
      <link>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1430831#M22707</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any further assistance, 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;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2022 06:33:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Intel-VTune-ittnotify-and-collection-control/m-p/1430831#M22707</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-11-17T06:33:20Z</dc:date>
    </item>
  </channel>
</rss>

