XuNeo opened a new pull request, #14916:
URL: https://github.com/apache/nuttx/pull/14916

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   This PR is not ready for review for now. because it depends on previous 
unmerged PRs.
   
   Optimize the performance of memleak, memdump commands.
   
   Tested on a complex project, results are promising.
   ```
   
   Command                 Time cost(s)           Time saving(s)   Peformance 
Boost
                           Before      After
   memleak                 39.494172   22.366415   17.127757       1.8
   memdump                 41.872441   26.458386   15.414055       1.6
   memdump -a 0x1234       28.116294   1.114119    27.002175       25.2
   memdump --no-backtrace    N/A       1.114119
   memmap                  7.973809    6.836468    1.137341        1.2
   ```
   
   Optimize memdump command to include overhead dump.
   
   
   ## Impact
   
   *Update this section, where applicable, on how change affects users,
    build process, hardware, documentation, security, compatibility, etc.*
   
   ## Testing
   
   *Update this section with details on how did you verify the change,
    what Host was used for build (OS, CPU, compiler, ..), what Target was
    used for verification (arch, board:config, ..), etc. Providing build
    and runtime logs from before and after change is highly appreciated.*
   
   
   


-- 
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