zephyr/scripts/footprint
Dmitrii Golovanov c5f2df49cc scripts: footprint: Add converter to twister_footprint.json
Add new script `pack_as_twister.py` to convert memory footprint
data prepared by `./footprint/scripts/track.py` into JSON files
compatible with Twister report schema. Next, the data can be
transformed and uploaded to ElasticSearch data storage the same
way as memory footprint (and other) reports executed by Twister.

Add to `plan.txt` an optional column with the corresponding
test suite names for 'footprints' as an example for test instance
name composing with `--test-name` command argumnent.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-09-19 03:28:52 -04:00
..
compare_footprint
fpdiff.py scripts/footprint: Avoid fpdiff failure when data changes lots 2024-01-10 20:50:51 -05:00
pack_as_twister.py scripts: footprint: Add converter to twister_footprint.json 2024-09-19 03:28:52 -04:00
plan.txt scripts: footprint: Add converter to twister_footprint.json 2024-09-19 03:28:52 -04:00
size_report scripts: fixed missing argument in parse_from_attribute call. 2024-06-20 17:03:21 -04:00
track.py
upload_data.py