-
CONFIG_TRACING_CPU_STATS_INTERVAL¶
Logging interval for CPU measurements [ms]
Type: int
Help¶
Time period of displaying information about CPU usage.
Direct dependencies¶
TRACING_CPU_STATS_LOG && TRACING
(Includes any dependencies from ifs and menus.)
Default¶
2000
Kconfig definition¶
At subsys/tracing/Kconfig:82
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Enable current CPU usage logging
config TRACING_CPU_STATS_INTERVAL
int "Logging interval for CPU measurements [ms]"
default 2000
depends on TRACING_CPU_STATS_LOG && TRACING
help
Time period of displaying information about CPU usage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)