summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorn.ramanathan14 <n.ramanathan14@imperial.ac.uk>2020-11-18 09:50:17 +0000
committeroverleaf <overleaf@localhost>2020-11-18 09:50:41 +0000
commit17203b6dfe3b0a0daff702e78cbfba8596345eaf (patch)
treeb1c21f4554d735696d479f445098fbdb886011e5 /evaluation.tex
parent1bf711751bfc1b58f8a1a16b3bc9b9bc7ac04132 (diff)
downloadoopsla21_fvhls-17203b6dfe3b0a0daff702e78cbfba8596345eaf.tar.gz
oopsla21_fvhls-17203b6dfe3b0a0daff702e78cbfba8596345eaf.zip
Update on Overleaf.
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex21
1 files changed, 12 insertions, 9 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 2058581..38dbf46 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -51,18 +51,19 @@ Our evaluation is designed to answer the following three research questions. \JW
width=80mm,
xlabel={LegUp (ms)},
ylabel={\vericert{} (ms)},
- xmin=0.01,
- xmax=10,
- ymax=500,
- ymin=0.5,
+ % xmin=0.01,
+ % xmax=10,
+ % ymax=500,
+ % ymin=0.5,
log ticks with fixed point,
]
\addplot[draw=none, mark=*, draw opacity=0, fill opacity=0.3]
- table [x=legupwallclockMS, y=vericertwallclockMS, col sep=comma]
- {results/comparison.csv};
+ table [x expr={\thisrow{legupcycles}/\thisrow{legupfreqMHz}}, y expr={\thisrow{vericertcycles}/\thisrow{vericertfreqMHz}}, col sep=comma]
+ {results/poly.csv};
-\addplot[dashed, domain=0.01:10]{50*x};
+\addplot[dashed, domain=10:10000]{x};
+\addplot[dashed, domain=10:10000]{10*x};
\end{axis}
\end{tikzpicture}
@@ -87,8 +88,10 @@ The difference in cycle counts shows the degree of parallelism that \legup{}'s
]
\addplot[draw=none, mark=*, draw opacity=0, fill opacity=0.3]
- table [x=leguputilisation, y=vericertutilisation, col sep=comma]
- {results/comparison.csv};
+ table [x expr=(\thisrow{legupluts}/427200*100), y expr=(\thisrow{vericertluts}/427200*100), col sep=comma]
+ {results/poly.csv};
+
+ \addplot[dashed, domain=0:1]{30*x};
\end{axis}
\end{tikzpicture}