|
@@ -1,3 +1,5 @@
|
|
1
|
+[](https://travis-ci.org/google/pprof)
|
|
2
|
+
|
1
|
3
|
# Introduction
|
2
|
4
|
|
3
|
5
|
pprof is a tool for visualization and analysis of profiling data.
|
|
@@ -24,7 +26,7 @@ them through the use of the native binutils tools (addr2line and nm).
|
24
|
26
|
|
25
|
27
|
Prerequisites:
|
26
|
28
|
|
27
|
|
-- Go development kit. Known to work with Go 1.5.
|
|
29
|
+- Go development kit. Requires Go 1.7 or newer.
|
28
|
30
|
Follow [these instructions](http://golang.org/doc/code.html) to install the
|
29
|
31
|
go tool and set up GOPATH.
|
30
|
32
|
|