summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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};