:orphan: .. title:: CONFIG_TIMING_FUNCTIONS .. kconfig:: CONFIG_TIMING_FUNCTIONS CONFIG_TIMING_FUNCTIONS ####################### *Timing Functions* Type: ``bool`` Help ==== .. code-block:: none 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:`TIMING_FUNCTIONS_NEED_AT_BOOT ` Kconfig definition ================== At ``/timing/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:63`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig 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.)*