2018-10-26 05:14:19 +00:00
|
|
|
menu "Event Loop Library"
|
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config EVENT_LOOP_PROFILING
|
|
|
|
bool "Enable event loop profiling"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enables collections of statistics in the event loop library such as the number of events posted
|
|
|
|
to/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event
|
|
|
|
loop queue, run time of event handlers, and number of times/run time of each event handler.
|
2018-10-26 05:14:19 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
endmenu
|