Skip to content

Commit 6c9b813

Browse files
committed
Update README.md
1 parent 0612631 commit 6c9b813

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ PapiPlot
33

44
PapiPlot takes the output generated with ![Papify](https://github.com/alejoar/papify) and generates cute graphs you can use to evaluate the performance of your ORC-Apps. These graphs come served with a generated html where value tables are included for each graph, so you can check the specific value for each point. An example of an html generated with PapiPlot has been set up ![here](http://alejoar.github.io/papiplot/index.html).
55

6-
```
7-
./papiplot -h
6+
PapiPlot generates the graphs ussing _gnuplot_, so make sure you have it installed:
7+
```
8+
sudo apt-get install gnuplot
9+
```
810

9-
PapiPlot options:
11+
If you place the PapiPlot binary inside the _papi-output_ dir, you can run it without any arguments: it will generate the graphs with default parameters. Other options available are:
12+
```
1013
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
1114
1215
-x [res_x] Change horizontal resolution. If not specified, default is 1680.
@@ -20,10 +23,6 @@ PapiPlot options:
2023
-n No labels will be printed
2124
2225
-h Print help
23-
24-
PapiPlot requires GNUPLOT. If not installed, assuming you are on Ubuntu, run:
25-
sudo apt-get install gnuplot
26-
2726
```
2827

2928
========

0 commit comments

Comments
 (0)