incubator-nuttx/sched/instrument
yinshengkai eb8449cb0c sched/gprof: add gprof support
gprof can analyze code hot spots based on scheduled sampling.
After adding the "-pg" parameter when compiling, you can view the code call graph.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-10-10 18:46:51 +08:00
..
CMakeLists.txt sched/gprof: add gprof support 2024-10-10 18:46:51 +08:00
Make.defs sched/gprof: add gprof support 2024-10-10 18:46:51 +08:00
instrument.c
instrument.h
profile_monitor.c sched/gprof: add gprof support 2024-10-10 18:46:51 +08:00
stack_record.c