-
CONFIG_TRACING_CPU_STATS
¶
Enable CPU usage tracing
Type: bool
Help¶
Module provides information about percent of CPU usage based on tracing hooks for threads switching in and out, interrupts enters and exits (only distinguishes between idle thread, non idle thread and scheduler). Use provided API or enable automatic logging to get values.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/debug/Kconfig:233
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:14
Menu path: (top menu) → Debugging Options
config TRACING_CPU_STATS bool prompt "Enable CPU usage tracing" selectTHREAD_MONITOR
selectTHREAD_STACK_INFO
selectTRACING
help Module provides information about percent of CPU usage based on tracing hooks for threads switching in and out, interrupts enters and exits (only distinguishes between idle thread, non idle thread and scheduler). Use provided API or enable automatic logging to get values.
(Definitions include propagated dependencies, including from if’s and menus.)