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 6c9b813 commit 4e77fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ 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 generates the graphs ussing _gnuplot_, so make sure you have it installed:
PapiPlot generates the graphs ussing **gnuplot**, so make sure you have it installed:
```
sudo apt-get install gnuplot
```

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:
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.
Expand Down

0 comments on commit 4e77fab

Please sign in to comment.