mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc: document go tool pprof -http default change
For #74774. Change-Id: I6a6a636c579fa95938021cc73d7d11a86f8a19a3 Reviewed-on: https://go-review.googlesource.com/c/go/+/725540 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
42e03bbd27
commit
ac3e0ae51a
1 changed files with 5 additions and 0 deletions
|
|
@ -19,3 +19,8 @@ offer fixes to use newer features of the language and library.
|
|||
|
||||
### Cgo {#cgo}
|
||||
|
||||
### Pprof {#pprof}
|
||||
|
||||
<!-- go.dev/issue/74774 -->
|
||||
The `pprof` tool web UI, enabled with the `-http` flag, now defaults to the flame graph view.
|
||||
The previous graph view is available in the "View -> Graph" menu, or via `/ui/graph`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue