Skip to content
Commit 399a0b4b authored by Anas Nashif's avatar Anas Nashif
Browse files

debug: generate call graph profile data using gprof



This will generate profile data that can be analyzed using gprof. When
you build the application (currently for native_posix only), after
running the application you will get a file "gmon.out" with the call
graph which can be processed with gprof:

  gprof build/zephyr/zephyr.exe gmon.out > analysis.txt

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent bfcb181b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment