diff options
Diffstat (limited to 'src/cmd/vendor/github.com/google/pprof/README.md')
| -rw-r--r-- | src/cmd/vendor/github.com/google/pprof/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/cmd/vendor/github.com/google/pprof/README.md b/src/cmd/vendor/github.com/google/pprof/README.md index a134872079..14a33daf78 100644 --- a/src/cmd/vendor/github.com/google/pprof/README.md +++ b/src/cmd/vendor/github.com/google/pprof/README.md @@ -1,3 +1,6 @@ +[](https://travis-ci.org/google/pprof) +[](https://codecov.io/gh/google/pprof) + # Introduction pprof is a tool for visualization and analysis of profiling data. @@ -24,7 +27,7 @@ them through the use of the native binutils tools (addr2line and nm). Prerequisites: -- Go development kit. Known to work with Go 1.5. +- Go development kit. Requires Go 1.7 or newer. Follow [these instructions](http://golang.org/doc/code.html) to install the go tool and set up GOPATH. @@ -35,6 +38,10 @@ To build and install it, use the `go get` tool. go get github.com/google/pprof +Remember to set GOPATH to the directory where you want pprof to be +installed. The binary will be in $GOPATH/bin and the sources under +$GOPATH/src/github.com/google/pprof. + # Basic usage pprof can read a profile from a file or directly from a server via http. |
