mirror of
https://github.com/golang/go
synced 2024-11-19 14:34:42 -07:00
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:
parent
fb2caa3244
commit
daa7bd8ec6
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user