Kconfig 445 B

1234567891011
  1. menu "Event Loop Library"
  2. config EVENT_LOOP_PROFILING
  3. bool "Enable event loop profiling"
  4. default n
  5. help
  6. Enables collections of statistics in the event loop library such as the number of events posted to/recieved by an event loop, number of
  7. callbacks involved, number of events dropped to to a full event loop queue, run time of event handlers, and number of times/run
  8. time of each event handler.
  9. endmenu