Index: doc/theses/mubeen_zulfiqar_MMath/performance.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision 4994d676c9a64dc3ba25d9222801f1ed308692fc)
+++ doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision a6c10de7fce49152a63ab4b70191c20c1c858923)
@@ -23,5 +23,5 @@
 For this thesis, 7 of the most popular and widely used memory allocators were selected for comparison, along with llheap.
 
-\paragraph{llheap (\textsf{llh})} 
+\paragraph{llheap (\textsf{llh})}
 is the thread-safe allocator from \VRef[Chapter]{c:Allocator}
 \\
@@ -173,6 +173,6 @@
 \begin{figure}
 \centering
-    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/cache-time-0-thrash} }
-    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/cache-time-0-thrash} }
+    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/cache_thrash_0-thrash} }
+    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/cache_thrash_0-thrash} }
 \caption{Cache Thrash}
 \label{fig:cacheThrash}
@@ -211,6 +211,6 @@
 \begin{figure}
 \centering
-    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/cache-time-0-scratch} }
-    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/cache-time-0-scratch} }
+    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/cache_scratch_0-scratch} }
+    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/cache_scratch_0-scratch} }
 \caption{Cache Scratch}
 \label{fig:cacheScratch}
@@ -460,5 +460,5 @@
 %     Memory Allocator & Configuration 1 Result & Configuration 2 Result\\
 %      \hline
-%     llh & \VRef[Figure]{fig:mem-1-prod-1-cons-100-cfa} & \VRef[Figure]{fig:mem-4-prod-4-cons-100-cfa}\\
+%     llh & \VRef[Figure]{fig:mem-1-prod-1-cons-100-llh} & \VRef[Figure]{fig:mem-4-prod-4-cons-100-llh}\\
 %      \hline
 %     dl & \VRef[Figure]{fig:mem-1-prod-1-cons-100-dl} & \VRef[Figure]{fig:mem-4-prod-4-cons-100-dl}\\
@@ -482,5 +482,5 @@
 % Table \ref{table:mem-benchmark-figs} shows the list of figures that contain memory benchmark results.
 
-\VRefrange[Figures]{fig:mem-1-prod-1-cons-100-cfa}{fig:mem-4-prod-4-cons-100-tbb} show 16 figures, two figures for each of the 8 allocators, one for each configuration.
+\VRefrange[Figures]{fig:mem-1-prod-1-cons-100-llh}{fig:mem-4-prod-4-cons-100-tbb} show 16 figures, two figures for each of the 8 allocators, one for each configuration.
 Each figure has 2 graphs, one for each experiment environment.
 Each graph has following 5 subgraphs that show memory usage and statistics throughout the micro-benchmark's lifetime.
@@ -508,20 +508,20 @@
 ptmalloc3 gives memory back to operating system
 
-%mem-1-prod-1-cons-100-cfa.eps
-\begin{figure}
-\centering
-    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/mem-1-prod-1-cons-100-cfa} }
-    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-cfa} }
+%mem-1-prod-1-cons-100-llh.eps
+\begin{figure}
+\centering
+    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/mem-1-prod-1-cons-100-llh} }
+    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-llh} }
 \caption{Memory benchmark results with 1 producer for llh memory allocator}
-\label{fig:mem-1-prod-1-cons-100-cfa}
-\end{figure}
-
-%mem-4-prod-4-cons-100-cfa.eps
-\begin{figure}
-\centering
-    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/mem-4-prod-4-cons-100-cfa} }
-    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-cfa} }
+\label{fig:mem-1-prod-1-cons-100-llh}
+\end{figure}
+
+%mem-4-prod-4-cons-100-llh.eps
+\begin{figure}
+\centering
+    \subfigure[Algol]{ \includegraphics[width=0.95\textwidth]{evaluations/algol-perf-eps/mem-4-prod-4-cons-100-llh} }
+    \subfigure[Nasus]{ \includegraphics[width=0.95\textwidth]{evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-llh} }
 \caption{Memory benchmark results with 4 producers for llh memory allocator}
-\label{fig:mem-4-prod-4-cons-100-cfa}
+\label{fig:mem-4-prod-4-cons-100-llh}
 \end{figure}
 
