mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
15 lines
268 B
ReStructuredText
15 lines
268 B
ReStructuredText
===============
|
|
``showsize.sh``
|
|
===============
|
|
|
|
Show the top 10 biggest memory hogs in code and data spaces. This must be
|
|
executed from the top-level NuttX directory like:
|
|
|
|
.. code:: console
|
|
|
|
$ tools/showsize.sh
|
|
TOP 10 BIG DATA
|
|
...
|
|
TOP 10 BIG CODE
|
|
...
|