Index: src/pkg/net/http/pprof/pprof.go |
=================================================================== |
--- a/src/pkg/net/http/pprof/pprof.go |
+++ b/src/pkg/net/http/pprof/pprof.go |
@@ -30,6 +30,10 @@ |
// |
// 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/ |