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 da4cbd6 commit 0053a98
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
papiplot
PapiPlot
========

PapiPlot options:
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
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 concrete value for every point. An example of an html generated with PapiPlot has been set up ![here](http://alejoar.github.io/papiplot/).

-x [res_x] Change horizontal resolution. If not specified, default is 1680.
```
./papiplot -h
-y [res_y] Change vertical resolution. If not specified, default is 1050.
PapiPlot options:
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
-t [font size] Change tics font size. If not specified, default is 8.
-x [res_x] Change horizontal resolution. If not specified, default is 1680.
-l [font size] Change labels font size. If not specified, default is 8.
-y [res_y] Change vertical resolution. If not specified, default is 1050.
-n No labels will be printed
-t [font size] Change tics font size. If not specified, default is 8.
-h Print help
-l [font size] Change labels font size. If not specified, default is 8.
-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
```

PapiPlot requires GNUPLOT. If not installed, assuming you are on Ubuntu, run:
sudo apt-get install gnuplot

========
Example:

Expand Down

0 comments on commit 0053a98

Please sign in to comment.