Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEvent queue debugging #9881
Open
Event queue debugging #9881
Labels
Comments
|
The best way to facilitate this is to stop exposing raw Sender/Receivers for the event queues we want to be able to instrument. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be really useful to have some infrastructure to be able to debug event loop timing issues.
Could we log the timestamps of when messages are created, and when they are handled?
Perhaps we could also profile how many messages are being sent / received to each thread per second?
It might be useful to be able to filter on certain message types / threads as well?