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

track pending time #14

Open
ThinkOpenly opened this issue May 6, 2019 · 0 comments
Open

track pending time #14

ThinkOpenly opened this issue May 6, 2019 · 0 comments
Labels

Comments

@ThinkOpenly
Copy link
Contributor

If the first event for a lock is acquired, the time from the start of the trace to then was spent waiting to acquire the lock, but we don't know the entire amount of time spent waiting. This time should be accumulated in a "pending wait" bucket and reported.

Similarly for release (pending held time).

Also, if the last event for a lock is acquired, the time from the event to the end of the trace should be accounted for as "pending held" time.

Similarly for entry (pending wait time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant