summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-12 10:14:22 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-12 10:14:22 +0100
commita7c2b6769454d090c577caf74a7cb24930fedef8 (patch)
tree6f96cb4a8d023e03c4de034149ddda0715a511c4 /evaluation.tex
parent1e8ae9edaefdd8aed2747954c1f966f0264ea184 (diff)
downloadoopsla21_fvhls-a7c2b6769454d090c577caf74a7cb24930fedef8.tar.gz
oopsla21_fvhls-a7c2b6769454d090c577caf74a7cb24930fedef8.zip
Fix plot
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 5130b9a..59cc02a 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -38,8 +38,8 @@ We configured Polybench's parameters so that only integer types are used, since
]
\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_chain.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};