mirror of
https://github.com/golang/go
synced 2024-11-13 20:30:27 -07:00
fdd0179bb1
Change-Id: Icd06d99c42b8299fd931c7da821e1f418684d913 Reviewed-on: https://go-review.googlesource.com/19829 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
internal | ||
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.