summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-12 18:55:32 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-12 18:55:32 +0100
commite1b4cae7d358e18f09b83fe3136bb252f936b5ed (patch)
treef677727d188dca792ff398f6aaa17d17ef931d17 /evaluation.tex
parent20e901db05b8195c0d8e910ed18fee62b0679115 (diff)
downloadoopsla21_fvhls-e1b4cae7d358e18f09b83fe3136bb252f936b5ed.tar.gz
oopsla21_fvhls-e1b4cae7d358e18f09b83fe3136bb252f936b5ed.zip
Add new graph for results
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 59cc02a..ff62f87 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -31,17 +31,16 @@ We configured Polybench's parameters so that only integer types are used, since
ybar=0pt,
width=1\textwidth,
height=0.5\textwidth,
- bar width=2pt,
+ bar width=4pt,
ymin=0,
xmin=-0.5,
xmax=25.5,
]
- \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_opt.csv};
- \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_opt.csv};
- \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_chain.csv};
- \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/legup_no_opt_no_chain.csv};
- \addplot+ table [x expr=\coordindex,y=cycles,col sep=comma] {results/benchmark_results/vericert.csv};
+ \addplot+ table [x expr=\coordindex,y=v no nc,col sep=comma] {results/exec-time.csv};
+ \addplot+ table [x expr=\coordindex,y=v op,col sep=comma] {results/exec-time.csv};
+
+ \draw (axis cs:-0.5,1) -- (axis cs:25.5,1);
\end{axis}
\end{tikzpicture}