You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ PapiPlot
3
3
4
4
PapiPlot takes the output generated with  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 .
5
5
6
-
PapiPlot generates the graphs ussing _gnuplot_, so make sure you have it installed:
6
+
PapiPlot generates the graphs ussing **gnuplot**, so make sure you have it installed:
7
7
```
8
8
sudo apt-get install gnuplot
9
9
```
10
10
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:
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
12
```
13
13
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
0 commit comments