Zephyr Profiling #33536
-
Hello, However, I did not found out how to collect heap info (heap usage) during runtime and CPU time spent on specific tasks. [1] https://docs.zephyrproject.org/latest/guides/optimizations/tools.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you could use |
Beta Was this translation helpful? Give feedback.
I think you could use
sys_heap_print_info
: https://github.com/zephyrproject-rtos/zephyr/blob/master/lib/os/heap-validate.c#L386