zephyr/tests/benchmarks/object_footprint/README.txt
Anas Nashif b84dc2e124 kernel: remove all remaining references to nanokernel
Change-Id: I43067508898bc092879f7fe9d656ccca6fd92ab2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-10 20:21:10 +00:00

13 lines
433 B
Plaintext

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.