We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pprof has this case statement:
case "gb", "gbyte", "giggabyte":
https://github.com/golang/go/blob/master/src/cmd/pprof/internal/report/report.go#L1534
How many bytes go in a gigga?
The text was updated successfully, but these errors were encountered:
@rsc, are we allowed to modify pprof in our tree, or is there an upstream we should fix first and then pull down?
Sorry, something went wrong.
85cae5d
No branches or pull requests
pprof has this case statement:
case "gb", "gbyte", "giggabyte":
https://github.com/golang/go/blob/master/src/cmd/pprof/internal/report/report.go#L1534
How many bytes go in a gigga?
The text was updated successfully, but these errors were encountered: