aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Silvera <rsilvera@google.com>2016-06-27 09:43:14 -0700
committerIan Lance Taylor <iant@golang.org>2016-06-27 18:06:11 +0000
commitc0e5d445066a4c6417aa9e54fde4a3cb9d9c2c05 (patch)
treef85ef78798394f12aacbd929ab514aa37849e59f
parent6effdd28deec546798c00fd83c2a7b5b328ac5ab (diff)
downloadgo-c0e5d445066a4c6417aa9e54fde4a3cb9d9c2c05.tar.gz
go-c0e5d445066a4c6417aa9e54fde4a3cb9d9c2c05.zip
runtime/pprof: update comments to point to new pprof
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>
-rw-r--r--src/runtime/pprof/pprof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go
index b05c925ad1..f2cd81adb1 100644
--- a/src/runtime/pprof/pprof.go
+++ b/src/runtime/pprof/pprof.go
@@ -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 (