zephyr/tests/legacy/benchmark/object_footprint
David B. Kinder ac74d8b652 license: Replace Apache boilerplate with SPDX tag
Replace the existing Apache 2.0 boilerplate header with an SPDX tag
throughout the zephyr code tree. This patch was generated via a
script run over the master branch.

Also updated doc/porting/application.rst that had a dependency on
line numbers in a literal include.

Manually updated subsys/logging/sys_log.c that had a malformed
header in the original file.  Also cleanup several cases that already
had a SPDX tag and we either got a duplicate or missed updating.

Jira: ZEP-1457

Change-Id: I6131a1d4ee0e58f5b938300c2d2fc77d2e69572c
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-19 03:50:58 +00:00
..
src license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
.gitignore tests: move benchmark tests to legacy/ 2016-11-01 19:23:48 +00:00
Kconfig tests: move benchmark tests to legacy/ 2016-11-01 19:23:48 +00:00
Makefile tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
README.txt tests: move benchmark tests to legacy/ 2016-11-01 19:23:48 +00:00
prj00.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj01.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj02.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj03.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj04.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj05.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj06.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj07.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj08.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj09.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj10.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj11.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
run.sh tests: move benchmark tests to legacy/ 2016-11-01 19:23:48 +00:00

README.txt

Title: Nanokernel Object Footprint Measurement

Description:
This sample builds multiple kernels with different configurations
starting with a minimal kernel that basically does nothing and
adds features one by one to measure the minimal footprint for the
various supported kernel objects and features.

Usage:

Execute ./run.sh which will build all configurations and will create
a text file with the footprint results for each configuration.