From 7a3d069e1249acaa669b58d9c56359d1b778401b Mon Sep 17 00:00:00 2001 From: John Wickerson Date: Wed, 14 Apr 2021 07:02:28 +0000 Subject: Update on Overleaf. --- evaluation.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'evaluation.tex') 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; -- cgit