mirror of
https://github.com/golang/go
synced 2024-11-06 07:16:10 -07:00
81bcc47041
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> |
||
---|---|---|
.. | ||
doc.go | ||
pprof.go | ||
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.