zephyr/tests/benchmark/object_footprint
Kumar Gala 9ec2f3be80 Cleanup whitespace in Kconfig files
Convert leading whitespace into tabs in Kconfig files.  Also replaced
double spaces between config and <prompt>.

Change-Id: I341c718ecf4143529b477c239bbde88e18f37062
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-25 13:28:07 -05:00
..
src nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
.gitignore object-footprint: gitignore generated output 2016-03-29 11:07:55 +00:00
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
README.txt move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj00.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj01.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj02.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj03.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj04.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj05.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj06.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj07.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj08.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj09.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj10.conf nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
prj11.conf nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
run.sh move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05: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.