-
CONFIG_TRACING_CPU_STATS_INTERVAL
¶
Logging interval for CPU measurements [ms]
Type: int
Help¶
Time period of displaying information about CPU usage.
Defaults¶
- 2000 if
TRACING_CPU_STATS_LOG
Kconfig definition¶
At subsys/debug/Kconfig:251
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:14
Menu path: (top menu) → Debugging Options
config TRACING_CPU_STATS_INTERVAL int prompt "Logging interval for CPU measurements [ms]" ifTRACING_CPU_STATS_LOG
default 2000 ifTRACING_CPU_STATS_LOG
depends onTRACING_CPU_STATS_LOG
help Time period of displaying information about CPU usage.
(Definitions include propagated dependencies, including from if’s and menus.)