mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
DOC: update pprof install instructions
This commit is contained in:
parent
30365b8bcc
commit
4e057c9f23
@ -13,11 +13,11 @@ pprof (<https://github.com/google/pprof>). Start by installing `pprof`,
|
||||
by following its
|
||||
[installation instructions](https://github.com/google/pprof#building-pprof).
|
||||
At the time of writing, installing `pprof` requires first installing
|
||||
[Go](https://golang.org/) and [Graphviz](http://www.graphviz.org/), and then
|
||||
running
|
||||
[Go](https://golang.org/) of version 1.16+,
|
||||
[Graphviz](http://www.graphviz.org/), and then running
|
||||
|
||||
```shell
|
||||
go get -u github.com/google/pprof
|
||||
go install github.com/google/pprof@latest
|
||||
```
|
||||
|
||||
which installs `pprof` as `$GOPATH/bin/pprof`, where `GOPATH` defaults to
|
||||
|
Loading…
x
Reference in New Issue
Block a user