zephyr/samples/microkernel/apps/profiler_sample
Yonattan Louise ea06b8ba39 Add profile collector sample.
Add a project that shows how to collect the
data from the profiler.

Change-Id: Ie9cc88290de594720739b30d4e872fe51d353f6e
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:15:20 -05:00
..
src Add profile collector sample. 2016-02-05 20:15:20 -05:00
Makefile Add profile collector sample. 2016-02-05 20:15:20 -05:00
prj_arm.conf Add profile collector sample. 2016-02-05 20:15:20 -05:00
prj_x86.conf Add profile collector sample. 2016-02-05 20:15:20 -05:00
prj.mdef Add profile collector sample. 2016-02-05 20:15:20 -05:00
README.txt Add profile collector sample. 2016-02-05 20:15:20 -05:00

Title:  Profiler Sample

Description:

A sample that shows how profiler events can be retrieved.

--------------------------------------------------------------------------------

Building and Running Project:

This microkernel project outputs to the console. It can be built and executed
on QEMU as follows:

    make qemu

--------------------------------------------------------------------------------

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

--------------------------------------------------------------------------------