Gary-Hobson opened a new pull request, #13999:
URL: https://github.com/apache/nuttx/pull/13999

   ## Summary
   Support gprof function for analyzing code hot spots and function call 
relationships
   
   usage:
   build:
   enable CONFIG_SYSTEM_GPROF
   
   nuttx:
   nsh> gprof start
   nsh> gprof stop
   nsh> gprof dump /tmp/gmon.out
   
   ubuntu: 
   adb pull /tmp/gmon.out ./gmon.out
   arm-none-eabi-gprof ./nuttx/nuttx gmon.out -b 
   
   The saved file format complies with the standard format. 
   For specific instructions on command usage, refer to the following link:
   https://ftp.gnu.org/old-gnu/Manuals/gprof-2.9.1/html_mono/gprof.html
   
   ## Impact
   none
   
   ## Testing
   stm32
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to