summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-15 13:59:17 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-15 13:59:17 +0100
commit803fd33db9c103a4b918ae8528dd9ff0c02ec410 (patch)
tree61432a1f2ce2ad5776b64c30675f6cbd9caab9e5 /evaluation.tex
parentfe84731c3509f80ad7a0ad25507df064ba3655ed (diff)
downloadoopsla21_fvhls-803fd33db9c103a4b918ae8528dd9ff0c02ec410.tar.gz
oopsla21_fvhls-803fd33db9c103a4b918ae8528dd9ff0c02ec410.zip
Add new data
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex32
1 files changed, 16 insertions, 16 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 713a0a9..93f89d6 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -61,26 +61,26 @@ We configured \polybench{}'s parameters so that only integer types are used, sin
]
\nextgroupplot[ymin=0.8,ymax=300,ylabel={Execution time relative to \legup{}}]
- \pgfplotsinvokeforeach{0,...,11}{%
+ \pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
- \backgroundbar[10]{12}
+ \backgroundbar[10]{13}
\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);
+ \draw (axis cs:-1,1) -- (axis cs:28,1);
% JW: redraw axis border which has been partially covered by the grey bars
- \draw (axis cs:-0.5,0.8) rectangle (axis cs:25.5,300);
+ \draw (axis cs:-0.5,0.8) rectangle (axis cs:27.5,300);
\nextgroupplot[ymin=0.3,ymax=10,ylabel={Area relative to \legup{}}]
- \pgfplotsinvokeforeach{0,...,11}{%
+ \pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
- \backgroundbar[10]{12}
+ \backgroundbar[10]{13}
\addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \divslicetable;
\addplot+[legupnooptcol] table [x expr=\coordindex,y=legup noopt nochain,col sep=comma] from \divslicetable;
\addplot+[legupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \divslicetable;
- \draw (axis cs:-1,1) -- (axis cs:26,1);
+ \draw (axis cs:-1,1) -- (axis cs:28,1);
% JW: redraw axis border which has been partially covered by the grey bars
- \draw (axis cs:-0.5,0.3) rectangle (axis cs:25.5,10);
+ \draw (axis cs:-0.5,0.3) rectangle (axis cs:27.5,10);
\legend{\vericert{},\legup{} w/o opt+chain,\legup{} w/o opt};
\end{groupplot}
@@ -120,24 +120,24 @@ We configured \polybench{}'s parameters so that only integer types are used, sin
]
\nextgroupplot[ymin=0.3,ymax=10,ylabel={Execution time relative to \legup{}}]
- \pgfplotsinvokeforeach{-0.5,0.5,...,11.5}{%
+ \pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
- \backgroundbar[10]{12.5}
+ \backgroundbar[10]{13}
\addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \nodivtimingtable;
\addplot+[legupnooptcol] table [x expr=\coordindex,y=legup noopt nochain,col sep=comma] from \nodivtimingtable;
\addplot+[legupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \nodivtimingtable;
- \draw (axis cs:-1,1) -- (axis cs:26.5,1);
- \draw (axis cs:-0.5,0.3) rectangle (axis cs:26.5,10);
+ \draw (axis cs:-1,1) -- (axis cs:28,1);
+ \draw (axis cs:-0.5,0.3) rectangle (axis cs:27.5,10);
\nextgroupplot[ymin=0.3,ymax=4,ylabel={Area relative to \legup{}}]
- \pgfplotsinvokeforeach{-0.5,0.5,...,11.5}{%
+ \pgfplotsinvokeforeach{0,...,12}{%
\backgroundbar{#1}}
- \backgroundbar[10]{12.5}
+ \backgroundbar[10]{13}
\addplot+[vericertcol] table [x expr=\coordindex,y=vericert,col sep=comma] from \nodivslicetable;
\addplot+[legupnooptcol] table [x expr=\coordindex,y=legup noopt nochain,col sep=comma] from \nodivslicetable;
\addplot+[legupnooptnochaincol] table [x expr=\coordindex,y=legup noopt,col sep=comma] from \nodivslicetable;
- \draw (axis cs:-1,1) -- (axis cs:26.5,1);
- \draw (axis cs:-0.5,0.3) rectangle (axis cs:26.5,4);
+ \draw (axis cs:-1,1) -- (axis cs:28,1);
+ \draw (axis cs:-0.5,0.3) rectangle (axis cs:27.5,4);
\legend{\vericert{},\legup{} w/o opt+chain,\legup{} w/o opt};
\end{groupplot}