|
@@ -39,8 +39,8 @@ To build and install it, use the `go get` tool.
|
39
|
39
|
go get github.com/google/pprof
|
40
|
40
|
|
41
|
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.
|
|
42
|
+installed. The binary will be in `$GOPATH/bin` and the sources under
|
|
43
|
+`$GOPATH/src/github.com/google/pprof`.
|
44
|
44
|
|
45
|
45
|
# Basic usage
|
46
|
46
|
|
|
@@ -96,9 +96,9 @@ your web browser.
|
96
|
96
|
## Using pprof with Linux Perf
|
97
|
97
|
|
98
|
98
|
pprof can read `perf.data` files generated by the
|
99
|
|
-[Linux perf](https://perf.wiki.kernel.org/index.php) tool by using the
|
|
99
|
+[Linux perf](https://perf.wiki.kernel.org/index.php/Main_Page) tool by using the
|
100
|
100
|
`perf_to_profile` program from the
|
101
|
|
-[perf_data_converter](http://github.com/google/perf_data_converter) package.
|
|
101
|
+[perf_data_converter](https://github.com/google/perf_data_converter) package.
|
102
|
102
|
|
103
|
103
|
## Further documentation
|
104
|
104
|
|