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

runtime/pprof: extend mutex profiling to select case blocking #20305

Open
josharian opened this issue May 9, 2017 · 0 comments
Open

runtime/pprof: extend mutex profiling to select case blocking #20305

josharian opened this issue May 9, 2017 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@josharian
Copy link
Contributor

josharian commented May 9, 2017

Inspired by #20302, it'd be helpful if mutex profiling showed cases where select cases are blocked waiting to lock the various cases. Right now we have no easy way to get visibility into that.

@andybons andybons added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 11, 2018
@andybons andybons added this to the Unplanned milestone Apr 11, 2018
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants