Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Below is an example shows the hotspot of a pure java [leveldb](https://github.co

![PerfJ CPU Flame Graph Example](images/perfj.png)

There is a raw interactive SVG image [here] (http://blog.minzhou.info/perfj/perfj.svg).
There is a raw interactive SVG image [here](http://blog.minzhou.info/perfj/perfj.svg).


## Prerequisites
Expand Down Expand Up @@ -66,14 +66,14 @@ To install perf on ubuntu linux system

apt-get install linux-tools-common linux-tools-generic linux-tools-`uname -r`

then download `perfj-*.tgz` from the [release page] (https://github.com/coderplay/perfj/releases), untar it
then download `perfj-*.tgz` from the [release page](https://github.com/coderplay/perfj/releases), untar it

tar zxvf perf-*.tgz


## Usage

Check the [wiki pages] (https://github.com/coderplay/perfj/wiki)
Check the [wiki pages](https://github.com/coderplay/perfj/wiki)

## License

Expand Down