Index: doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision 209dfe20eb93a55ec26a6d36ecefa84474f4a4d6)
+++ doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex	(revision 080471a2b40713f475cc0e397e9a9a2e1ceae682)
@@ -149,5 +149,5 @@
 *** FIX ME: Insert a figure of above benchmark with description
 
-\subsubsection{Relevant Knobs}
+\paragrpah{Relevant Knobs}
 *** FIX ME: Insert Relevant Knobs
 
@@ -202,39 +202,2 @@
 \paragraph{Relevant Knobs}
 *** FIX ME: Insert Relevant Knobs
-
-\section{Results}
-*** FIX ME: add configuration details of memory allocators
-
-\subsection{Memory Benchmark}
-
-\subsubsection{Relevant Knobs}
-
-\subsection{Speed Benchmark}
-
-\subsubsection{Speed Time}
-
-\paragraph{Relevant Knobs}
-
-\subsubsection{Speed Workload}
-
-\paragraph{Relevant Knobs}
-
-\subsection{Cache Scratch}
-
-\subsubsection{Cache Scratch Time}
-
-\paragraph{Relevant Knobs}
-
-\subsubsection{Cache Scratch Layout}
-
-\paragraph{Relevant Knobs}
-
-\subsection{Cache Thrash}
-
-\subsubsection{Cache Thrash Time}
-
-\paragraph{Relevant Knobs}
-
-\subsubsection{Cache Thrash Layout}
-
-\paragraph{Relevant Knobs}
Index: doc/theses/mubeen_zulfiqar_MMath/performance.tex
===================================================================
--- doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision 209dfe20eb93a55ec26a6d36ecefa84474f4a4d6)
+++ doc/theses/mubeen_zulfiqar_MMath/performance.tex	(revision 080471a2b40713f475cc0e397e9a9a2e1ceae682)
@@ -1,1 +1,83 @@
 \chapter{Performance}
+
+\noindent
+====================
+
+Writing Points:
+\begin{itemize}
+\item
+Machine Specification
+\item
+Allocators and their details
+\item
+Benchmarks and their details
+\item
+Results
+\end{itemize}
+
+\noindent
+====================
+
+\section{Memory Allocators}
+For these experiments, we used 7 memory allocators excluding our standalone memory allocator uHeapLmmm.
+
+\begin{tabularx}{0.8\textwidth} {
+	| >{\raggedright\arraybackslash}X
+	| >{\centering\arraybackslash}X
+	| >{\raggedleft\arraybackslash}X |
+}
+\hline
+Memory Allocator & Version     & Configurations \\
+\hline
+dl               &             &  \\
+\hline
+hoard            &             &  \\
+\hline
+je               &             &  \\
+\hline
+pt3              &             &  \\
+\hline
+rp               &             &  \\
+\hline
+tbb              &             &  \\
+\hline
+tc               &             &  \\
+\end{tabularx}
+(FIX ME: complete table)
+
+\section{Experiment Environment}
+We conducted these experiments ... (FIX ME: what machine and which specifications to add).
+
+We used our micro becnhmark suite (FIX ME: cite mbench) to evaluate other memory allocators (FIX ME: cite above memory allocators) and our uHeapLmmm.
+
+\section{Results}
+
+\subsection{Memory Benchmark}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsection{Speed Benchmark}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Speed Time}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Speed Workload}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsection{Cache Scratch}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Cache Scratch Time}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Cache Scratch Layout}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsection{Cache Thrash}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Cache Thrash Time}
+FIX ME: add experiment, knobs, graphs, and description
+
+\subsubsection{Cache Thrash Layout}
+FIX ME: add experiment, knobs, graphs, and description
