:orphan: .. title:: TIMING_FUNCTIONS .. option:: 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 =============================== - \ :option:`THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/timing/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: 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.)*