CONFIG_PROFILER_MAX_NUMBER_OF_APPLICATION_EVENTS

Maximum number of stored application event types

Type: int

Help

Maximum number of stored event types.

Direct dependencies

PROFILER

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At <nRF>/subsys/profiler/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:28

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → System profiler

config PROFILER_MAX_NUMBER_OF_APPLICATION_EVENTS
    int "Maximum number of stored application event types"
    range 0 255
    default 32
    depends on PROFILER
    help
      Maximum number of stored event types.

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