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

Record DISCONNECT_WAIT in profile #267

Merged
merged 2 commits into from
Sep 1, 2023

Conversation

LourensVeen
Copy link
Contributor

This adds a new profiling event called DISCONNECT_WAIT, which measures the time between the moment we close our ports, and the moment the corresponding ClosePort messages have been picked up by our peers and we can continue to shut down. Previously, the component showed as running during this time in the timeline plot, which is not correct, it's waiting.

The plotting code has been adapted to use it when available, and the database format version is incremented to 1.1. Version 1.0 databases remain supported, but will continue to give the old incorrect results.

This also adds a new example of a three-component dispatch chain, which produces nice test data, and fixes a bug with the timeline plot in case the database is small enough that we'll never have a data cutoff.

Addresses #254.

@LourensVeen LourensVeen self-assigned this Sep 1, 2023
@LourensVeen LourensVeen merged commit 22cde92 into develop Sep 1, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant