<?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>LPCXpresso IDE中的主题 Re: Need to get going with profiling.</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1849027#M33477</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thank you - I had already found that. I had assumed they would come in some kind of SDK from NXP's universe.... I can't believe the MCUXpresso IDE environment supports profiling, but the user is forced to generate their own source for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use the linked article, how to get the gprof source programs, should I just copy and paste them into my project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about this alternative that at least lives on github?&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/OP-TEE/optee_os/tree/master/lib/libutee/arch/arm/gprof" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/OP-TEE/optee_os/tree/master/lib/libutee/arch/arm/gprof&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;In my mind at least that code is open source and source-controlled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bruce&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 12:07:35 GMT</pubDate>
    <dc:creator>blmckinley</dc:creator>
    <dc:date>2024-04-17T12:07:35Z</dc:date>
    <item>
      <title>Need to get going with profiling.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/570611#M20200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mhjerde on Thu May 19 03:13:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to get started with profiling. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thinking a good first step would be to have the debugger generate profiling information. So I add the -pg flag, but this just results in a lot of error messages "undefined reference to `__gnu_mcount_nc'".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've searched around but can't find out how to get started. For me, the ideal thing would probably be some sort of "profiling for dummies" resource. Any pointers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/570611#M20200</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get going with profiling.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1848278#M33474</link>
      <description>&lt;P&gt;I have selected profiling with gprof and am also receiving&lt;BR /&gt;undefined reference to `__gnu_mcount_nc'&lt;BR /&gt;errors at link time.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 15:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1848278#M33474</guid>
      <dc:creator>blmckinley</dc:creator>
      <dc:date>2024-04-16T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get going with profiling.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1848667#M33475</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2015/08/23/tutorial-using-gnu-profiling-gprof-with-arm-cortex-m/" target="_blank"&gt;https://mcuoneclipse.com/2015/08/23/tutorial-using-gnu-profiling-gprof-with-arm-cortex-m/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 03:48:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1848667#M33475</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2024-04-17T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get going with profiling.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1849027#M33477</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you - I had already found that. I had assumed they would come in some kind of SDK from NXP's universe.... I can't believe the MCUXpresso IDE environment supports profiling, but the user is forced to generate their own source for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use the linked article, how to get the gprof source programs, should I just copy and paste them into my project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about this alternative that at least lives on github?&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/OP-TEE/optee_os/tree/master/lib/libutee/arch/arm/gprof" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/OP-TEE/optee_os/tree/master/lib/libutee/arch/arm/gprof&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;In my mind at least that code is open source and source-controlled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bruce&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:07:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Need-to-get-going-with-profiling/m-p/1849027#M33477</guid>
      <dc:creator>blmckinley</dc:creator>
      <dc:date>2024-04-17T12:07:35Z</dc:date>
    </item>
  </channel>
</rss>

