Skip to content

Commit

Permalink
runtime: fix the absolute URL to pprof tools
Browse files Browse the repository at this point in the history
Change-Id: I82eaf5c14a5b8b9ec088409f946adf7b5fd5dbe3
Reviewed-on: https://go-review.googlesource.com/27311
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
rakyll committed Aug 17, 2016
1 parent c3f05d9 commit c2322b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/cpuprof.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2322b7

Please sign in to comment.