summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-08-13 15:30:20 +0200
committerYann Herklotz <git@yannherklotz.com>2021-08-13 15:30:20 +0200
commit89a6940481b95b096fc6790184737f3c4ff7b3d7 (patch)
tree79e3a24a911d1a9e4a49ff6d4a69c373d9a35c47 /evaluation.tex
parent731e787ff3c7017a262f51f94d6d576aaa4e9018 (diff)
downloadoopsla21_fvhls-89a6940481b95b096fc6790184737f3c4ff7b3d7.tar.gz
oopsla21_fvhls-89a6940481b95b096fc6790184737f3c4ff7b3d7.zip
Add nicer colours to fuzz diagram
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 26917a0..7b85eff 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -177,6 +177,9 @@ By looking at the median, when division/modulo operations are enabled, we see th
\subsection{RQ4: How effective is the correctness theorem in \vericert{}?}
+\definecolor{fuzzred}{HTML}{fb9a99}
+\definecolor{fuzzyellow}{HTML}{fed9a6}
+\definecolor{fuzzgreen}{HTML}{b2df8a}
\begin{figure}
\centering
%\begin{tabular}{cccc}\toprule
@@ -188,10 +191,10 @@ By looking at the median, when division/modulo operations are enabled, we see th
\draw[-latex] (13,0.5) to (13,0.25);
\draw[-latex] (55,0.5) to (55,0.25);
\draw[-latex] (99.85,0.5) to (99.85,0.25);
- \draw[green, line width=5mm] (0,0) to (26.0,0);
- \draw[yellow, line width=5mm] (26.0,0) to (99.7,0);
- \draw[red, line width=5mm] (99.7,0) to (100,0);
- \node[anchor=south] at (13,0.5) {40379 passing (26.00\%)};
+ \draw[fuzzgreen, line width=5mm] (0,0) to (26.0,0);
+ \draw[fuzzyellow, line width=5mm] (26.0,0) to (99.7,0);
+ \draw[fuzzred, line width=5mm] (99.7,0) to (100,0);
+ \node[anchor=south] at (13,0.5) {40379 passes (26.00\%)};
\node[anchor=south] at (55,0.5) {114849 compile-time errors (73.97\%)};
\node[anchor=south] at (100,0.5) {39 run-time errors (0.03\%)};
\end{tikzpicture}