Commit 05ecf534 authored by Raul Silvera's avatar Raul Silvera Committed by Brad Fitzpatrick

net/http/pprof: remove comments pointing to gperftools

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/24509Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 73516c5f
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
// Package pprof serves via its HTTP server runtime profiling data // Package pprof serves via its HTTP server runtime profiling data
// in the format expected by the pprof visualization tool. // 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 // The package is typically only imported for the side effect of
// registering its HTTP handlers. // registering its HTTP handlers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment