Replies: 2 comments 1 reply
-
@robwoolley FYI |
Beta Was this translation helpful? Give feedback.
0 replies
-
the above json files were produced using
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A nice feature we used to have back in the days is the ability to report footprint changes, RAM and ROM for each pull request. We would measure the baseline data and then measure with the PR commits applied and report if there are any changes.
We are planning to introduce the same things utilising the size_report script we already have which generates a report for both RAM and ROM reports of any Zephyr binaries. A diff tool can then be used to extract the data and report differences, so for example if we generate RAM reports for Zephyr v2.5.0 and then another report for current main branch we can generate the diff this way:
The script is actually very simple and basic, can be enhanced to visualise the output and make it more user-friendly:
Provide and feedback or suggestions here please.
Beta Was this translation helpful? Give feedback.
All reactions