|
@@ -38,6 +38,10 @@ To build and install it, use the `go get` tool.
|
38
|
38
|
|
39
|
39
|
go get github.com/google/pprof
|
40
|
40
|
|
|
41
|
+Remember to set GOPATH to the directory where you want pprof to be
|
|
42
|
+installed. The binary will be in $GOPATH/bin and the sources under
|
|
43
|
+$GOPATH/src/github.com/google/pprof.
|
|
44
|
+
|
41
|
45
|
# Basic usage
|
42
|
46
|
|
43
|
47
|
pprof can read a profile from a file or directly from a server via http.
|