]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/net/http/pprof/pprof.go
libgo: Update to current sources.
[thirdparty/gcc.git] / libgo / go / net / http / pprof / pprof.go
index 7a9f465c4776093f4c88f6a16a860e47775233be..d70bf4ed9d3452e51ebb97e04ed554ac4456ae67 100644 (file)
 //
 //     go tool pprof http://localhost:6060/debug/pprof/profile
 //
+// Or to look at the goroutine blocking profile:
+//
+//     go tool pprof http://localhost:6060/debug/pprof/block
+//
 // Or to view all available profiles:
 //
 //     go tool pprof http://localhost:6060/debug/pprof/