Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event queue debugging #9881

Open
glennw opened this issue Mar 4, 2016 · 1 comment
Open

Event queue debugging #9881

glennw opened this issue Mar 4, 2016 · 1 comment

Comments

@glennw
Copy link
Member

@glennw glennw commented Mar 4, 2016

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?

@jdm
Copy link
Member

@jdm jdm commented Mar 5, 2016

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.