Skip to content

Commit

Permalink
doc: optimization: link to sysbuild commands
Browse files Browse the repository at this point in the history
Added links pointing to the Dedicated image build targets
from Optimization tools page for ram_report, rom_report, footprint,
puncover, and pahole.
Reported by @markaj-nordic.

(cherry picked from commit 1f13c8d)

Original-Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
GitOrigin-RevId: 1f13c8d
Cr-Build-Id: 8737098476786990081
Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8737098476786990081
Copybot-Job-Name: zephyr-main-copybot-downstream
Change-Id: I2fd5e8202d2d69498bc31cb1aa9512db3047ca1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5842087
Reviewed-by: Keith Short <keithshort@chromium.org>
Commit-Queue: Keith Short <keithshort@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Keith Short <keithshort@chromium.org>
  • Loading branch information
greg-fer authored and Chromeos LUCI committed Sep 11, 2024
1 parent 8460c5f commit 0a959ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/develop/optimizations/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ per symbol and the percentage it uses. The data is grouped based on the file
system location of the object in the tree and the file containing the symbol.

Use the ``ram_report`` target with your board, as in the following example.
If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead.

.. zephyr-app-commands::
:tool: all
Expand Down Expand Up @@ -111,6 +112,7 @@ per symbol and the percentage it uses. The data is grouped based on the file
system location of the object in the tree and the file containing the symbol.

Use the ``rom_report`` target with your board, as in the following example.
If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead.

.. zephyr-app-commands::
:tool: all
Expand Down Expand Up @@ -176,6 +178,7 @@ target, install the puncover Python module::

After you installed the Python module, use ``puncover`` target with your board,
as in the following example.
If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead.

.. zephyr-app-commands::
:tool: all
Expand Down Expand Up @@ -220,6 +223,7 @@ Alternatively, you can get it from fedora::

After you installed the package, use ``pahole`` target with your board,
as in the following example.
If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead.

.. zephyr-app-commands::
:tool: all
Expand Down

0 comments on commit 0a959ed

Please sign in to comment.