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
Labels
B-interesting-project Represents work that is expected to be interesting in some fashion

Comments

@glennw
Copy link
Member

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?

@glennw glennw added the B-interesting-project Represents work that is expected to be interesting in some fashion label Mar 4, 2016
@jdm
Copy link
Member

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
Labels
B-interesting-project Represents work that is expected to be interesting in some fashion
Projects
None yet
Development

No branches or pull requests

2 participants