writing
This commit is contained in:
parent
67a4f8c42f
commit
5279c31207
8
.gitignore
vendored
8
.gitignore
vendored
@ -7,8 +7,10 @@ node_modules/
|
||||
# latex
|
||||
*.aux
|
||||
*.log
|
||||
*.lol
|
||||
*.lof
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.lof
|
||||
*.lot
|
||||
*.lol
|
||||
*.tdo
|
||||
*.synctex.gz
|
||||
*.out
|
||||
|
@ -21,11 +21,17 @@ Questions to answer:
|
||||
|
||||
\todo[inline]{Highlight for each case which dimension is active and which questions it tackles}
|
||||
|
||||
\subsubsection{Device 1 - Windows - wasm vs js}
|
||||
\subsubsection{Case 1 - Windows - wasm vs js}
|
||||
\marginpar{hp pavilion}
|
||||
\marginpar{6 charts}
|
||||
\marginpar{questions: 1, 3, 5}
|
||||
|
||||
\todo[inline]{desktop | chrome, ff, edge | simplify.js | on, off | wasm vs js = 6 charts}
|
||||
\todo[inline]{questions: 1, 3, 5}
|
||||
\begin{table}[htb]
|
||||
\centering
|
||||
\includegraphics[width=.8\linewidth]{./images/dimensions-1.png}
|
||||
\label{tbl:dimensions-1}
|
||||
\caption{Problem dimensions of Case 1}
|
||||
\end{table}
|
||||
|
||||
Benchmark of dataset "Simplify.js example" using the web browsers of Google, Microsoft and Mozilla.
|
||||
|
||||
@ -37,21 +43,34 @@ Benchmark of dataset "Simplify.js example" using the web browsers of Google, Mic
|
||||
\input{./results-benchmark/win_edge_simplify_vs_true.tex}
|
||||
\clearpage
|
||||
|
||||
\subsubsection{Device 1 - Windows - wasm stack analysis}
|
||||
\subsubsection{Case 2 - Windows - wasm stack analysis}
|
||||
\marginpar{hp pavilion}
|
||||
\todo[inline]{desktop | edge | simplify.js | on, off | wasm stack = 2 charts}
|
||||
\todo[inline]{questions: 2, 3, 5}
|
||||
\marginpar{maybe add ffox}
|
||||
\marginpar{2 charts}
|
||||
\marginpar{questions: 2, 3, 5}
|
||||
\todo{maybe add ffox}
|
||||
|
||||
\begin{table}[htb]
|
||||
\centering
|
||||
\includegraphics[width=.8\linewidth]{./images/dimensions-2.png}
|
||||
\label{tbl:dimensions-2}
|
||||
\caption{Problem dimensions of Case 2}
|
||||
\end{table}
|
||||
|
||||
\input{./results-benchmark/win_edge_simplify_stack_false.tex}
|
||||
\input{./results-benchmark/win_edge_simplify_stack_true.tex}
|
||||
\clearpage
|
||||
|
||||
\subsubsection{Device 2 - MacBook Pro - wasm vs js}
|
||||
\subsubsection{Case 3 - MacBook Pro - wasm vs js}
|
||||
\marginpar{MacBook Pro 15}
|
||||
\marginpar{4 charts}
|
||||
\marginpar{Chrome and FF comparable to results above}
|
||||
|
||||
\todo[inline]{desktop | safari, ffox | bavaria.js | on, off | vs = 4 charts}
|
||||
\begin{table}[htb]
|
||||
\centering
|
||||
\includegraphics[width=.8\linewidth]{./images/dimensions-3.png}
|
||||
\label{tbl:dimensions-3}
|
||||
\caption{Problem dimensions of Case 3}
|
||||
\end{table}
|
||||
|
||||
|
||||
\input{./results-benchmark/mac_safa_bavaria_vs_false.tex}
|
||||
@ -60,10 +79,17 @@ Benchmark of dataset "Simplify.js example" using the web browsers of Google, Mic
|
||||
\input{./results-benchmark/mac_ffox_bavaria_vs_true.tex}
|
||||
\clearpage
|
||||
|
||||
\subsubsection{Device 3 - Ubuntu - turf.js analysis}
|
||||
\subsubsection{Case 4 - Ubuntu - turf.js analysis}
|
||||
\marginpar{Lenovo Miix 510}
|
||||
\marginpar{4 charts}
|
||||
\marginpar{Firefox because orig simplify is faster}
|
||||
\todo[inline]{desktop | ff | bavaria | on, off | vs, turf Stack = 4 charts}
|
||||
|
||||
\begin{table}[htb]
|
||||
\centering
|
||||
\includegraphics[width=.8\linewidth]{./images/dimensions-4.png}
|
||||
\label{tbl:dimensions-4}
|
||||
\caption{Problem dimensions of Case 4}
|
||||
\end{table}
|
||||
|
||||
\input{./results-benchmark/ubu_ffox_bavaria_vs_false.tex}
|
||||
\input{./results-benchmark/ubu_ffox_bavaria_jsstack_false.tex}
|
||||
|
BIN
thesis/images/dimensions-1.png
Normal file
BIN
thesis/images/dimensions-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
thesis/images/dimensions-2.png
Normal file
BIN
thesis/images/dimensions-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
thesis/images/dimensions-3.png
Normal file
BIN
thesis/images/dimensions-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
thesis/images/dimensions-4.png
Normal file
BIN
thesis/images/dimensions-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
thesis/main.pdf
BIN
thesis/main.pdf
Binary file not shown.
@ -59,6 +59,8 @@ Abstract goes here
|
||||
\pagenumbering{gobble}
|
||||
\listoffigures
|
||||
\newpage
|
||||
\listoftables
|
||||
\newpage
|
||||
\lstlistoflistings
|
||||
\newpage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user