]> Cypherpunks repositories - gostls13.git/commit
cmd/go: better documentation about profiling
authorRob Pike <r@golang.org>
Wed, 13 Mar 2013 20:56:51 +0000 (13:56 -0700)
committerRob Pike <r@golang.org>
Wed, 13 Mar 2013 20:56:51 +0000 (13:56 -0700)
commit221163411312443b5e13c17382a101a94bd2db62
treebb2144d435f3c5e529643888b1179641bcef4027
parent8883c484cf42b2addb8559e2a4e24383b5c083d1
cmd/go: better documentation about profiling
Point the user to "go tool pprof" and mention some
important flags.

Fixes #4990.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7657045
src/cmd/go/doc.go
src/cmd/go/test.go