net/http/pprof: link to blog post

Fixes #2943.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5649079
This commit is contained in:
Rob Pike 2012-02-13 15:24:06 +11:00
parent fb2caa3244
commit daa7bd8ec6

View File

@ -26,6 +26,10 @@
//
// go tool pprof http://localhost:6060/debug/pprof/thread
//
// For a study of the facility in action, visit
//
// http://blog.golang.org/2011/06/profiling-go-programs.html
//
package pprof
import (