mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
eb8449cb0c
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>