The latest development version of this page may be more current than this released 1.14.0 version.
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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/debug/Kconfig:251

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14

Menu path: (top menu) → Debugging Options

config TRACING_CPU_STATS_INTERVAL
    int
    prompt "Logging interval for CPU measurements [ms]" if TRACING_CPU_STATS_LOG
    default 2000 if TRACING_CPU_STATS_LOG
    depends on TRACING_CPU_STATS_LOG
    help
      Time period of displaying information about CPU usage.

(Definitions include propagated dependencies, including from if’s and menus.)