1
0
mirror of https://github.com/golang/go synced 2024-11-06 07:16:10 -07:00
go/src/cmd/pprof
Michel Lespinasse 81bcc47041 cmd/pprof: use proxy from environment
See #18736

Change-Id: I9c16357c05c16db677125d3077ee466b71559c7a
Reviewed-on: https://go-review.googlesource.com/38343
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-03-19 05:45:51 +00:00
..
doc.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
pprof.go cmd/pprof: use proxy from environment 2017-03-19 05:45:51 +00:00
README

The pprof in this directory is adapted from the pprof used inside Google
for C++, Java, and Go programs. Because it was developed for that broader
context, it is overgeneralized when used here for the specific use case
of profiling standard Go programs. However, we've left the abstractions
intact in order to share updates between this copy and Google's internal one.

Please do not take the level of abstraction in this program as an example
to follow in your own.