From: Michael Pratt Date: Mon, 1 Dec 2025 18:15:52 +0000 (-0500) Subject: doc: document go tool pprof -http default change X-Git-Tag: go1.26rc1~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ac3e0ae51a;p=gostls13.git 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index c0a4601c0b..7e1a79660e 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -19,3 +19,8 @@ offer fixes to use newer features of the language and library. ### Cgo {#cgo} +### Pprof {#pprof} + + +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`.