summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-12 18:59:21 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-12 18:59:21 +0100
commitf9b8bf62da0c3c5a05fec96fcdef2ecef410914c (patch)
tree116bb3b49bbc039d756f585ea504c0f19e5f3b6f /evaluation.tex
parente1b4cae7d358e18f09b83fe3136bb252f936b5ed (diff)
downloadoopsla21_fvhls-f9b8bf62da0c3c5a05fec96fcdef2ecef410914c.tar.gz
oopsla21_fvhls-f9b8bf62da0c3c5a05fec96fcdef2ecef410914c.zip
Fix the plot
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/evaluation.tex b/evaluation.tex
index ff62f87..4d6cd31 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -35,10 +35,15 @@ We configured Polybench's parameters so that only integer types are used, since
ymin=0,
xmin=-0.5,
xmax=25.5,
+ legend pos=north west,
+ xlabel={Polybench Benchmarks},
+ ylabel={\vericert{} / \legup{} execution time ratio},
]
\addplot+ table [x expr=\coordindex,y=v no nc,col sep=comma] {results/exec-time.csv};
+ \addlegendentry{LegUp w/o opt};
\addplot+ table [x expr=\coordindex,y=v op,col sep=comma] {results/exec-time.csv};
+ \addlegendentry{LegUp};
\draw (axis cs:-0.5,1) -- (axis cs:25.5,1);