<?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>i.MX ProcessorsのトピックRe: [GTEC] Questions on vProfiler/vAnalyzer FPS calculation</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550123#M86104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/HugoOsornio"&gt;HugoOsornio&lt;/A&gt;​. That makes a lot of sense and I'm kind of embarrassed I missed that in the first place. No cookie for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you get any extra information on #2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 19:32:04 GMT</pubDate>
    <dc:creator>psandoval</dc:creator>
    <dc:date>2016-07-28T19:32:04Z</dc:date>
    <item>
      <title>[GTEC] Questions on vProfiler/vAnalyzer FPS calculation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550121#M86102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In vAnalyzer, How is the frame rate calculated?&lt;/P&gt;&lt;P&gt;In the first attached picture: 81 glDrawArrays calls that took 30ms each one takes the number up to more than 2 seconds. The total time for that frame sits at ~185 ms. How should I interpret that data?&lt;/P&gt;&lt;P&gt;In picture number 2: How can I translate the AXI bandwidth numbers to ms? if there is no direct translation on how long it took to move data across AXI, is there any relationship I should look for using this information to improve performance? Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/HugoOsornio"&gt;HugoOsornio&lt;/A&gt;​ :smileygrin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advanced,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:42:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550121#M86102</guid>
      <dc:creator>psandoval</dc:creator>
      <dc:date>2016-07-28T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: [GTEC] Questions on vProfiler/vAnalyzer FPS calculation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550122#M86103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/psandoval"&gt;psandoval&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On picture one, vAnal1.PNG you are selecting frame 260:&lt;/P&gt;&lt;P&gt;Here you have 81 glDraw calls but the 30ms number is not the time that each function takes, but the cumulative time that all the 81 executions of the function took.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The frame time is profiled using the eglSwapBuffers function as a control point.&lt;/P&gt;&lt;P&gt;The first frame usually takes longer because it involves the time since the binding of the API to the EGL to the first swap, however, take my comments with a grain of salt, I will ping Verisilicon to get the data directly from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions to ask:&lt;/P&gt;&lt;P&gt;1) How is the frame rate calculated?&lt;/P&gt;&lt;P&gt;2) How can the AXI Bandwidth numbers be translated to ms. Can these numbers be used as hints to improve application performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 19:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550122#M86103</guid>
      <dc:creator>HugoOsornio</dc:creator>
      <dc:date>2016-07-28T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: [GTEC] Questions on vProfiler/vAnalyzer FPS calculation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550123#M86104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/HugoOsornio"&gt;HugoOsornio&lt;/A&gt;​. That makes a lot of sense and I'm kind of embarrassed I missed that in the first place. No cookie for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you get any extra information on #2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 19:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GTEC-Questions-on-vProfiler-vAnalyzer-FPS-calculation/m-p/550123#M86104</guid>
      <dc:creator>psandoval</dc:creator>
      <dc:date>2016-07-28T19:32:04Z</dc:date>
    </item>
  </channel>
</rss>

