]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/pprof: remove comments pointing to gperftools
authorRaul Silvera <rsilvera@google.com>
Tue, 28 Jun 2016 02:06:17 +0000 (19:06 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 28 Jun 2016 02:40:20 +0000 (02:40 +0000)
The version of pprof in gperftools has been deprecated.
No need to have a pointer to that version since go tool pprof
is included with the Go distro.

Change-Id: I6d769a68f64280f5db89ff6fbc67bfea9c8f1526
Reviewed-on: https://go-review.googlesource.com/24509
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/pprof/pprof.go

index cb4086b963b0e433cc3bc68c9442c2be0afc3cab..126e9eaaa7041f84617a5212c5f7216f327c559c 100644 (file)
@@ -4,8 +4,6 @@
 
 // Package pprof serves via its HTTP server runtime profiling data
 // in the format expected by the pprof visualization tool.
-// For more information about pprof, see
-// http://code.google.com/p/google-perftools/.
 //
 // The package is typically only imported for the side effect of
 // registering its HTTP handlers.