Skip to content

Commit ac3e0ae

Browse files
committed
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 42e03bb commit ac3e0ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/next/3-tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ offer fixes to use newer features of the language and library.
1919

2020
### Cgo {#cgo}
2121

22+
### Pprof {#pprof}
23+
24+
<!-- go.dev/issue/74774 -->
25+
The `pprof` tool web UI, enabled with the `-http` flag, now defaults to the flame graph view.
26+
The previous graph view is available in the "View -> Graph" menu, or via `/ui/graph`.

0 commit comments

Comments
 (0)