zephyr/tests/benchmarks/object_footprint
Ulf Magnusson 34e11f0c45 tests: kconfig: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-22 15:11:58 -04:00
..
src kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
.gitignore
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig tests: kconfig: Remove redundant 'default n' properties 2018-06-22 15:11:58 -04:00
prj00.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj01.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj02.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj03.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj04.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj05.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj06.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj07.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj08.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj09.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj10.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
prj11.conf benchmarks: object_footprint: Disable userspace for benchmarks 2018-05-31 08:48:07 -04:00
README.txt kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
run.sh tests: use cmake to build object benchmarks 2017-11-08 20:00:22 -05:00
testcase.yaml tests: fix test identifiers 2018-06-07 18:01:49 -05:00

Title: 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.