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: method StartCPUProfile adds a parameter to allow custom cpu rate. #42538

Closed
wants to merge 1 commit into from

Conversation

imxyb
Copy link
Contributor

@imxyb imxyb commented Nov 12, 2020

Fixes #42502

runtime/pprof: method StartCPUProfile adds a parameter to allow custom cpu rate.
@google-cla google-cla bot added the cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change. label Nov 12, 2020
@gopherbot
Copy link

This PR (HEAD: 08e24e2) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/269437 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

This PR is being closed because golang.org/cl/269437 has been abandoned.

This change would break the Go 1 compatibility guarantee. We can't do this.

@gopherbot gopherbot closed this Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime/pprof: NewCPUProfile + cpuProfile.Start to allow profile configuration
2 participants