You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/27 08:09:00 UTC

[GitHub] [incubator-nuttx] Gary-Hobson opened a new pull request, #7196: sched: Optimize sched_note_begin/end

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

   ## Summary
   Optimize sched_note_begin/end, replace note_printf with note_string 
   the time required changed from 50us to 1us
   
   ## Impact
   
   ## Testing
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7196: sched: Optimize sched_note_begin/end

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7196:
URL: https://github.com/apache/incubator-nuttx/pull/7196


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7196: sched: Optimize sched_note_begin/end

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #7196:
URL: https://github.com/apache/incubator-nuttx/pull/7196#issuecomment-1260305913

   @Gary-Hobson please develop a tool which translate the raw address to symbols through elf file(like mkallsyms.py) in case of CONFIG_ALLSYMS isn't enabled.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org