diff --git a/report/assets/test max.PNG b/report/assets/test max.PNG new file mode 100644 index 0000000..d9063e3 Binary files /dev/null and b/report/assets/test max.PNG differ diff --git a/report/assets/test_1.PNG b/report/assets/test_1.PNG new file mode 100644 index 0000000..006e02f Binary files /dev/null and b/report/assets/test_1.PNG differ diff --git a/report/assets/test_mul.PNG b/report/assets/test_mul.PNG new file mode 100644 index 0000000..2cb515a Binary files /dev/null and b/report/assets/test_mul.PNG differ diff --git a/report/sections/annexes.tex b/report/sections/annexes.tex index 855cfe5..9e307a4 100644 --- a/report/sections/annexes.tex +++ b/report/sections/annexes.tex @@ -41,11 +41,25 @@ \subsection{Graphes partie critique} \subsection{Comparaison des performances} -\label{sec:plot_1_recv} - -\label{sec:plot_mul_recv} +\newpage +\begin{figure} + \includegraphics[scale=1.2]{assets/test_1.PNG} + \caption{callgraph pour une exécution multithreadée} + \label{sec:plot_1_recv} +\end{figure} -\label{sec:plot_max} +\newpage +\begin{figure} + \includegraphics[scale=1.2]{assets/test_mul.PNG} + \caption{callgraph pour une exécution multithreadée} + \label{sec:plot_mul_recv} +\end{figure} +\newpage +\begin{figure} + \includegraphics[scale=1.2]{assets/test_max.PNG} + \caption{callgraph pour une exécution multithreadée} + \label{sec:plot_max} +\end{figure} \end{document}