diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2017-05-29 21:18:28 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2017-05-29 21:18:28 +0200 |
| commit | 33483109b741824e163210acfda07dfa96876cc9 (patch) | |
| tree | 331c9123e776535664175ea35ec1034c43227a13 /appendices/appendix.tex | |
| parent | dc7a8acf380ed8b3567bf9f8b51f3b15d61b602f (diff) | |
| download | thesis-33483109b741824e163210acfda07dfa96876cc9.tar.gz thesis-33483109b741824e163210acfda07dfa96876cc9.tar.bz2 thesis-33483109b741824e163210acfda07dfa96876cc9.zip | |
Some more twaeks to the LaTeX.
Diffstat (limited to 'appendices/appendix.tex')
| -rw-r--r-- | appendices/appendix.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/appendices/appendix.tex b/appendices/appendix.tex index 70723f4..6888a6f 100644 --- a/appendices/appendix.tex +++ b/appendices/appendix.tex @@ -58,6 +58,23 @@ System Benchmarks Index Score & & &1178.4\\\hl \caption{Unix Bench index results to give a comparable baseline} \end{table} +\section{Compiler options} +\label{app-ccopts} + +both\ C\ and\ C++\ optimization\ related\ compiler\ flags: +\begin{table}[!ht] +\begin{tabularx}{\columnwidth}{p{0.12\columnwidth} p{0.88\columnwidth}} +-flto: &Link\ time\ optimization\\ +-O3: &3rd\ level\ optimizations\\ +\end{tabularx} +\end{table} + + + + + + + \section{Some scripts to do result processing} The script that converts the output from the statsd to a \LaTeX\xspace table format. |
