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: contention and mutex profiles should use new profile format #21474

Closed
rsc opened this issue Aug 16, 2017 · 1 comment
Closed
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Aug 16, 2017

The contention and mutex profiles are still the old text format.
They should use binary format by default, like the others,
falling back to text when debug output is requested.

@rsc rsc added this to the Go1.10 milestone Aug 16, 2017
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/64410 mentions this issue: runtime/pprof: use new profile format for block/mutex profiles

@golang golang locked and limited conversation to collaborators Nov 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants