The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS

Use timing functions to gather statistics

Type: bool

Help

Use timing functions to gather thread runtime statistics.

Note that timing functions may use a different timer than
the default timer for OS timekeeping.

Direct dependencies

THREAD_RUNTIME_STATS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At kernel/Kconfig:376

Included via Kconfig:8Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics → Thread runtime statistics

config THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS
    bool "Use timing functions to gather statistics"
    select TIMING_FUNCTIONS_NEED_AT_BOOT
    depends on THREAD_RUNTIME_STATS
    help
      Use timing functions to gather thread runtime statistics.

      Note that timing functions may use a different timer than
      the default timer for OS timekeeping.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)