summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2021-04-12 18:19:18 +0000
committeroverleaf <overleaf@localhost>2021-04-13 11:25:14 +0000
commit161a55df3ea816faa3cd905266cdf91ce1e07c5d (patch)
treea37718b8cb1e58f93ebc57304141e760d54645b7 /evaluation.tex
parent44fb8b99b5126d4655b3f86d48c01b51aec9dd1a (diff)
downloadoopsla21_fvhls-161a55df3ea816faa3cd905266cdf91ce1e07c5d.tar.gz
oopsla21_fvhls-161a55df3ea816faa3cd905266cdf91ce1e07c5d.zip
Update on Overleaf.
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 2e02943..10d3ecb 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -43,6 +43,12 @@ We configured Polybench's parameters so that only integer types are used, since
ylabel={\vericert{} / \legup{} execution time ratio},
]
+ %\addplot+ table [x expr=\coordindex,y=vericert,col sep=comma] {results/exec-time.csv};
+ %\addlegendentry{Vericert};
+ %\addplot+ table [x expr=\coordindex,y=legup no nc,col sep=comma] {results/exec-time.csv};
+ %\addlegendentry{LegUp w/o opt};
+ %\addplot+ table [x expr=\coordindex,y=legup op,col sep=comma] {results/exec-time.csv};
+ %\addlegendentry{LegUp};
\addplot+ table [x expr=\coordindex,y=v no nc,col sep=comma] {results/exec-time.csv};
\addlegendentry{LegUp w/o opt};
\addplot+ table [x expr=\coordindex,y=v op,col sep=comma] {results/exec-time.csv};