Updated with more instructions and a link to the viewer.

This commit is contained in:
emeryberger 2024-01-21 00:04:54 +00:00
parent 3a4193d35e
commit 692c754e50

View File

@ -66,6 +66,8 @@ To build Coz from source, you will need:
Once you have all dependencies in place, build Coz with CMake. On Debian-based distributions, the following commands should take care of the entire process:
```shell
sudo apt-get update
sudo apt-get install libdwarf-dev
sudo apt-get install build-essential cmake docutils-common git python3 pkg-config
git clone https://github.com/antoyo/libelfin && cd libelfin && make && sudo make install && cd ..
git clone https://github.com/plasma-umass/coz && cd coz && cmake . && make && sudo make install && cd ..
@ -91,6 +93,8 @@ Finally, use the Coz viewer to see the results. This command will open up a brow
coz plot
```
If you are on a remote system, you can open the Coz viewer in your browser: [https://plasma-umass.github.io/coz](https://plasma-umass.github.io/coz) and then load the file `profile.coz`, which you will have to transfer to your local machine.
(You may need to move the "Minimum Points" slider on the left side to see the results.)
## Using Coz