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 Subsystem>/timing/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:63
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.)