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
README.txt
prj00.conf
prj01.conf
prj02.conf
prj03.conf
prj04.conf
prj05.conf
prj06.conf
prj07.conf
prj08.conf
prj09.conf
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

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.