-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Go version
all
Output of go env in your module/workspace:
IrrelevantWhat did you do?
When you do go tool pprof -http 127.0.0.1:6611 my_binary my_profile.pbgz
What did you see happen?
Your browser shows you this:
so that you have to go the address bar and type /flamegraph at the end to see the profile.
Or if you jump through the hoops of installing graphviz, first you see a page with a graph that you don't understand. At least I have never met a person who really understands it. And pretty much every talk on go pprof that I've seen includes a statement like "just ignore this and switch to the flamegraph view".
What did you expect to see?
So why not make the flamegraph view default?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done