CONFIG_TIMING_FUNCTIONS

Timing Functions

Type: bool

Help

When enabled, timing related functions are compiled. This is useful for gathering timing on code execution.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/timing/Kconfig:5

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:54

Menu path: (Top) → Sub Systems and OS Services

config TIMING_FUNCTIONS
    bool "Timing Functions"
    help
      When enabled, timing related functions are compiled. This is
      useful for gathering timing on code execution.

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