27 lines
680 B
TeX
27 lines
680 B
TeX
\documentclass[11pt,a4paper]{report}
|
|
|
|
\input{include/packages.tex}
|
|
\input{include/biblio.tex}
|
|
|
|
\author{Théophile \textsc{Bastian}}
|
|
\date{September 2023} % FIXME
|
|
\title{Performance study: identifying bottlenecks by means of sensitivity analysis}
|
|
|
|
\begin{document}
|
|
\selectlanguage{english}
|
|
\includepdf{assets/couverture_these.pdf}
|
|
|
|
\importchapter{00_opening}
|
|
\importchapter{10_introduction}
|
|
\importchapter{20_foundations}
|
|
\importchapter{30_palmed}
|
|
\importchapter{40_A72-frontend}
|
|
\importchapter{50_CesASMe}
|
|
\importchapter{60_staticdeps}
|
|
\importchapter{90_wrapping_up}
|
|
\importchapter{99_conclusion}
|
|
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
\printbibliography{}
|
|
|
|
\end{document}
|