:orphan: .. title:: DESKTOP_EVENT_MANAGER_PROFILER_ENABLED .. option:: CONFIG_DESKTOP_EVENT_MANAGER_PROFILER_ENABLED *Log events to Profiler* Type: ``bool`` Direct dependencies =================== \ :option:`EVENT_MANAGER ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`PROFILER ` if \ :option:`EVENT_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/event_manager/Kconfig:40`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9`` → ``../nrf/subsys/Kconfig:18`` Menu path: (top menu) → Nordic nRF Connect → Event Manager .. parsed-literal:: config DESKTOP_EVENT_MANAGER_PROFILER_ENABLED bool prompt "Log events to Profiler" if \ :option:`EVENT_MANAGER ` select \ :option:`PROFILER ` if \ :option:`EVENT_MANAGER ` depends on \ :option:`EVENT_MANAGER ` *(Definitions include propagated dependencies, including from if's and menus.)*