Searched full:footprint (Results 1 – 25 of 140) sorted by relevance
123456
/Zephyr-latest/.github/workflows/ |
D | footprint-tracking.yml | 1 name: Footprint Tracking 10 - '.github/workflows/footprint-tracking.yml' 24 footprint-tracking: 86 - name: Record Footprint 91 ./scripts/footprint/track.py -p scripts/footprint/plan.txt 93 - name: Upload footprint data 100 - name: Transform Footprint data to Twister JSON reports 104 python3 ./scripts/footprint/pack_as_twister.py -vvv \ 105 --plan ./scripts/footprint/plan.txt \ 119 --flatten footprint \ [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 31 r'Found [1-9]+[0-9]* footprint deltas to .*blackbox-out\.[0-9]+/twister.json as a baseline' 33 DELTA_WARNING_RUN = re.compile(r'Found [1-9]+[0-9]* footprint deltas to the last twister run') 56 ids=['footprint increased', 'footprint reduced'] 75 # Note: if footprint tests take too long, replace first run with a prepared twister.json 98 ['--show-footprint'] + \ 114 'Expected footprint deltas not logged.' 118 'Unexpected footprint deltas logged.' 150 ['--footprint-from-buildlog'] + \ 182 ids=['footprint threshold not met', 'footprint threshold met'] 202 # Note: if footprint tests take too long, replace first run with a prepared twister.json [all …]
|
/Zephyr-latest/cmake/reports/ |
D | CMakeLists.txt | 14 foreach(report ram_report rom_report footprint) 18 ${ZEPHYR_BASE}/scripts/footprint/size_report 33 foreach(report ram_report rom_report footprint) 37 ${ZEPHYR_BASE}/scripts/footprint/size_report 52 foreach(report ram_report rom_report footprint) 56 ${ZEPHYR_BASE}/scripts/footprint/size_report
|
/Zephyr-latest/doc/develop/optimizations/ |
D | index.rst | 6 Guides on how to optimize Zephyr for performance, power and footprint. 11 footprint.rst
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 116 footprint. 184 footprint from the build.log file is set. 312 """Find the offset from which the information about the memory footprint is read. 315 @return Offset with information about the memory footprint (int) 321 # Pattern to first line with information about memory footprint 329 # If the file does not contain information about memory footprint, the warning is raised. 332 msg="Information about memory footprint for this test configuration is not found." 338 """Get lines from the file with a memory footprint. 340 @param start_offset (int) Offset with the memory footprint's first line. 342 @return Lines with information about memory footprint (list[str]) [all …]
|
D | environment.py | 114 title="Memory footprint", 115 description="Collect and report ROM/RAM size footprint for the test instance images built.") 442 "using additional build option `--target footprint`.") 445 "--footprint-report", 450 help="Select which memory area symbols' data to collect as 'footprint' property " 453 "Implies '--create-rom-ram-report' to generate the footprint data files. " 468 "--footprint-from-buildlog", 470 help="Take ROM/RAM sections footprint summary values from the 'build.log' " 486 help="Use this report file as a baseline for footprint comparison. " 491 "--show-footprint", [all …]
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 136 ### Memory Footprint results 138 To store Memory Footprint data reported in `twister-footprint.json` (see Twister `--footprint-repor… 143 --index zephyr-memory-footprint-example \ 147 Upload data with 'flattened' footprint entries creating documents for each of them. 150 --index zephyr-memory-footprint-example \ 152 --flatten footprint \
|
/Zephyr-latest/tests/lib/cbprintf_fp/ |
D | README.txt | 1 Footprint and Behavior Test for cbprintf variants 7 Footprint data can be obtained with:
|
/Zephyr-latest/samples/basic/minimal/ |
D | README.rst | 2 :name: Minimal footprint 4 Measure Zephyr's minimal ROM footprint in different configurations. 10 can be used to measure Zephyr's minimal ROM footprint in different
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 5 This script help you to compare footprint results with previous commits in git. 72 description="Compare footprint apps RAM and ROM sizes. Note: " 76 help="Commit ID to use as base for footprint " 80 help="Commit ID to use compare footprint against base. " 134 logger.error("Couldn't build footprint apps in commit %s" % commit) 136 raise Exception("Couldn't build footprint apps in commit %s" % commit) 139 logging.debug("footprint build for %s" % commit) 288 print("There are no changes in RAM neither in ROM of footprint apps.")
|
D | pack_as_twister.py | 8 This script converts memory footprint data prepared by `./footprint/scripts/track.py` 13 The memory footprint input data files (rom.json, ram.json) are expected in directories 92 help="Directories with the memory footprint data to convert. " 96 help="An execution plan (CSV file) with details of what footprint applications " 270 'footprint': {} 278 test_suite['footprint'][k] = json.load(footprint_json)
|
D | track.py | 15 description="Generate footprint data based on a predefined plan.", 44 'footprint']
|
D | fpdiff.py | 15 # ./scripts/footprint/fpdiff.py ram1.json ram2.json 30 description="Compare footprint sizes of two builds.", allow_abbrev=False)
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 30 bool "Minimal-footprint" 33 Enable minimal logging implementation. This has very little footprint
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | prj.conf | 11 # Reduce memory/code footprint
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | prj.conf | 11 # Reduce memory/code footprint
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | prj.conf | 11 # Reduce memory/code footprint
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.nrfx | 23 significantly reduce memory footprint in case of application that does
|
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/ |
D | Kconfig | 14 by an ADC. While both drivers have similar code footprint, the analog
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.mcux_sdif | 20 footprint of driver.
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | heap.c | 16 #include "footprint.h"
|
/Zephyr-latest/scripts/ |
D | requirements-extras.txt | 6 # to use in ./scripts for memory footprint, code coverage, etc.
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 63 to avoid runtime check and thus reduce memory footprint. Beware! It shall 71 check and thus reduce memory footprint.
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | prj.conf | 36 # RAM footprint
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | spsc_pbuf.rst | 12 Implementation is focused on performance and memory footprint.
|
123456