From ac3e0ae51a5aab6c09298c14805fce4c80eca478 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 1 Dec 2025 13:15:52 -0500 Subject: [PATCH] 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 --- doc/next/3-tools.md | 5 +++++ 1 file changed, 5 insertions(+) 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`. -- 2.52.0