aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpuprof.go
diff options
context:
space:
mode:
authorJaana Burcu Dogan <jbd@google.com>2016-08-17 16:08:10 -0700
committerJaana Burcu Dogan <jbd@google.com>2016-08-17 23:22:53 +0000
commitc2322b7ea60f85b4fd3d566b17ab3f7dcb865c1a (patch)
tree774aa75373073082d9e8d2d0b1487460b688977c /src/runtime/cpuprof.go
parentc3f05d95932c0d3d2b8461099ce82fa917c7b8a3 (diff)
downloadgo-c2322b7ea60f85b4fd3d566b17ab3f7dcb865c1a.tar.gz
go-c2322b7ea60f85b4fd3d566b17ab3f7dcb865c1a.zip
runtime: fix the absolute URL to pprof tools
Change-Id: I82eaf5c14a5b8b9ec088409f946adf7b5fd5dbe3 Reviewed-on: https://go-review.googlesource.com/27311 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/cpuprof.go')
-rw-r--r--src/runtime/cpuprof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/cpuprof.go b/src/runtime/cpuprof.go
index 53082006d0..b2c8ac8459 100644
--- a/src/runtime/cpuprof.go
+++ b/src/runtime/cpuprof.go
@@ -4,7 +4,7 @@
// CPU profiling.
// Based on algorithms and data structures used in
-// http://code.google.com/p/google-perftools/.
+// https://github.com/google/pprof.
//
// The main difference between this code and the google-perftools
// code is that this code is written to allow copying the profile data