mirror of https://github.com/golang/go.git
pprof: fix import path in the documentation
R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5649072
This commit is contained in:
parent
9387d11aa6
commit
7531e8cb39
|
|
@ -12,7 +12,7 @@
|
|||
// The handled paths all begin with /debug/pprof/.
|
||||
//
|
||||
// To use pprof, link this package into your program:
|
||||
// import _ "http/pprof"
|
||||
// import _ "net/http/pprof"
|
||||
//
|
||||
// Then use the pprof tool to look at the heap profile:
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue