Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoar committed Jul 30, 2014
1 parent 0612631 commit 6c9b813
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ PapiPlot

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).

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

PapiPlot options:
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:
```
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
-x [res_x] Change horizontal resolution. If not specified, default is 1680.
Expand All @@ -20,10 +23,6 @@ PapiPlot options:
-n No labels will be printed
-h Print help
PapiPlot requires GNUPLOT. If not installed, assuming you are on Ubuntu, run:
sudo apt-get install gnuplot
```

========
Expand Down

0 comments on commit 6c9b813

Please sign in to comment.