<?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 Vtune -report time in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1303397#M21068</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Relatively new user to VTune, and we had hopefully simple question. We are trying to acquire different CPU/Memory characteristics over time, not just summary. We are able to reproduce a previous post that showed how to do it for OvertimeBandwidth using the following command:&lt;/P&gt;
&lt;P&gt;vtune -report time -r r010macc -knob column-by=OvertimeBandwidth -r-k bin-count=50&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we are trying to do the same thing for L1D Cache misses or Branch mispredictions. Does anyone know what are the possibilities for column-by?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 19:14:15 GMT</pubDate>
    <dc:creator>Ryan8</dc:creator>
    <dc:date>2021-08-03T19:14:15Z</dc:date>
    <item>
      <title>Vtune -report time</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1303397#M21068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Relatively new user to VTune, and we had hopefully simple question. We are trying to acquire different CPU/Memory characteristics over time, not just summary. We are able to reproduce a previous post that showed how to do it for OvertimeBandwidth using the following command:&lt;/P&gt;
&lt;P&gt;vtune -report time -r r010macc -knob column-by=OvertimeBandwidth -r-k bin-count=50&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we are trying to do the same thing for L1D Cache misses or Branch mispredictions. Does anyone know what are the possibilities for column-by?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 19:14:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1303397#M21068</guid>
      <dc:creator>Ryan8</dc:creator>
      <dc:date>2021-08-03T19:14:15Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune -report time</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1303649#M21080</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are checking on it internally, will get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the vtune version?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:31:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1303649#M21080</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-08-04T14:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune -report time</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1304792#M21105</link>
      <description>&lt;P&gt;Here is an example of command line to get overtime report for all events present in the result:&lt;/P&gt;
&lt;P&gt;vtune -R time -r &amp;lt;result&amp;gt; -r-k column-by=PMUEventCount -r-k group_by=PMUEventType -r-k bin-count=50&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some other possibilities - I would suggest to open the time report script located in&amp;nbsp;&amp;lt;vtune-install-dir&amp;gt;/config/report/experimental.time-cl/time.tmpl and there will be some examples at the beginning which may be useful for you.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 11:28:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1304792#M21105</guid>
      <dc:creator>Dmitry_R_Intel1</dc:creator>
      <dc:date>2021-08-09T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vtune -report time</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1305340#M21121</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you! That seems to be what we are looking for!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 17:29:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1305340#M21121</guid>
      <dc:creator>Ryan8</dc:creator>
      <dc:date>2021-08-10T17:29:22Z</dc:date>
    </item>
    <item>
      <title>Re:Vtune -report time</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1306607#M21160</link>
      <description>&lt;P&gt;Hi Ryan8,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know that the solution provided by Dmitry_R_Intel1 helped you. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2021 13:24:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-report-time/m-p/1306607#M21160</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-08-13T13:24:14Z</dc:date>
    </item>
  </channel>
</rss>

