go/src/cmd/pprof
Ian Lance Taylor 85cae5d7b8 cmd/pprof/internal/report: fix typo in recognized output unit
Fixes #9814.

Change-Id: I1be49efae0648038f590eeca1262037bf1af3df5
Reviewed-on: https://go-review.googlesource.com/4240
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2015-02-10 19:32:59 +00:00
..
internal cmd/pprof/internal/report: fix typo in recognized output unit 2015-02-10 19:32:59 +00:00
README cmd/pprof: install as go tool pprof 2014-11-09 20:20:06 -05:00
doc.go cmd/pprof: install as go tool pprof 2014-11-09 20:20:06 -05:00
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.