]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: update comments to point to new pprof
authorRaul Silvera <rsilvera@google.com>
Mon, 27 Jun 2016 16:43:14 +0000 (09:43 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 27 Jun 2016 18:06:11 +0000 (18:06 +0000)
In the comments for this file there is a reference to gperftools
for more info on pprof. pprof now live on its own repo on github,
and the version in gperftools is deprecated.

Change-Id: I8a188f129534f73edd132ef4e5a2d566e69df7e9
Reviewed-on: https://go-review.googlesource.com/24502
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/pprof/pprof.go

index b05c925ad16500732fad1551e6bc437cdad50329..f2cd81adb1e4b39fb200b6fc6f3b406750b12e51 100644 (file)
@@ -5,7 +5,7 @@
 // Package pprof writes 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/.
+// http://github.com/google/pprof/.
 package pprof
 
 import (