Kconfig 470 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
  7. to/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event
  8. loop queue, run time of event handlers, and number of times/run time of each event handler.
  9. endmenu