zephyr/samples/nanokernel/benchmark/object_footprint
Javier B Perez Hernandez f7fffae8aa Change BSD-3 licenses to Apache 2
Change all the Intel and Wind River code license from BSD-3 to Apache 2.

Change-Id: Id8be2c1c161a06ea8a0b9f38e17660e11dbb384b
Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:24:29 -05:00
..
src Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig add object footprint benchmarks 2016-02-05 20:15:35 -05:00
Makefile add object footprint benchmarks 2016-02-05 20:15:35 -05:00
README.txt add object footprint benchmarks 2016-02-05 20:15:35 -05:00
prj00.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj01.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj02.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj03.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj04.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj05.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj06.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj07.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj08.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj09.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj10.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
prj11.conf samples: remove ENHANCED_SECURITY from project configs 2016-02-05 20:24:20 -05:00
run.sh add object footprint benchmarks 2016-02-05 20:15:35 -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.