zephyr/samples/microkernel/apps/profiler_sample
Peter Mitsis 92d1810def Fix typo: occured -> occurred
Change-Id: I40150719135108f18834a35db1c5be7ca4c5c9b2
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:15:21 -05:00
..
src Fix typo: occured -> occurred 2016-02-05 20:15:21 -05:00
Makefile 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
prj.mdef 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

README.txt

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

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