summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2021-04-14 07:02:28 +0000
committeroverleaf <overleaf@localhost>2021-04-14 07:57:51 +0000
commit7a3d069e1249acaa669b58d9c56359d1b778401b (patch)
tree058fecc1d57e29d024b22bdf3ae6ab24b20f4c48 /evaluation.tex
parentcbc21d04334917dbade2c9dd16caee782873818c (diff)
downloadoopsla21_fvhls-7a3d069e1249acaa669b58d9c56359d1b778401b.tar.gz
oopsla21_fvhls-7a3d069e1249acaa669b58d9c56359d1b778401b.zip
Update on Overleaf.
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 61ce0e4..8c74a2e 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -32,6 +32,9 @@ We configured \polybench{}'s parameters so that only integer types are used, sin
\definecolor{legupnooptnochaincol}{HTML}{8DA0CB}
\begin{figure}\centering
\begin{tikzpicture}
+
+ \newcommand\backgroundbar[1]{\draw[draw=none, fill=black!10] (axis cs:#1,0.8) rectangle (axis cs:1+#1,300);}
+
\begin{groupplot}[
group style={
group name=my plots,
@@ -60,10 +63,17 @@ We configured \polybench{}'s parameters so that only integer types are used, sin
]
\nextgroupplot[ymin=0.8,ylabel={Relative execution time to \legup{}}]
+ \backgroundbar{0.5}
+ \backgroundbar{2.5}
+ \backgroundbar{4.5}
+ \backgroundbar{6.5}
+ \backgroundbar{8.5}
\addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \divtimingtable;
\addplot+[legupnooptcol] table [x expr=\coordindex,y=legup noopt nochain,col sep=comma] from \divtimingtable;
\addplot+[legupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \divtimingtable;
\draw (axis cs:-1,1) -- (axis cs:26,1);
+
+
\nextgroupplot[ymin=0.3,ylabel={Relative area to \legup{}}]
\addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \divslicetable;