source: doc/theses/mubeen_zulfiqar_MMath/performance.tex @ 03cdad6

ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Last change on this file since 03cdad6 was 15885de9, checked in by m3zulfiq <m3zulfiq@…>, 2 years ago

removed errors from thesis and separated background chapter

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[d286e94d]1\chapter{Performance}
[080471a]2
3\noindent
4====================
5
6Writing Points:
7\begin{itemize}
8\item
9Machine Specification
10\item
11Allocators and their details
12\item
13Benchmarks and their details
14\item
15Results
16\end{itemize}
17
18\noindent
19====================
20
21\section{Memory Allocators}
22For these experiments, we used 7 memory allocators excluding our standalone memory allocator uHeapLmmm.
23
24\begin{tabularx}{0.8\textwidth} {
25        | >{\raggedright\arraybackslash}X
26        | >{\centering\arraybackslash}X
27        | >{\raggedleft\arraybackslash}X |
28}
29\hline
30Memory Allocator & Version     & Configurations \\
31\hline
32dl               &             &  \\
33\hline
34hoard            &             &  \\
35\hline
36je               &             &  \\
37\hline
38pt3              &             &  \\
39\hline
40rp               &             &  \\
41\hline
42tbb              &             &  \\
43\hline
44tc               &             &  \\
45\end{tabularx}
[15885de9]46
47%(FIX ME: complete table)
[080471a]48
49\section{Experiment Environment}
50We conducted these experiments ... (FIX ME: what machine and which specifications to add).
51
52We used our micro becnhmark suite (FIX ME: cite mbench) to evaluate other memory allocators (FIX ME: cite above memory allocators) and our uHeapLmmm.
53
54\section{Results}
55
56\subsection{Memory Benchmark}
57FIX ME: add experiment, knobs, graphs, and description
58
59\subsection{Speed Benchmark}
60FIX ME: add experiment, knobs, graphs, and description
61
62\subsubsection{Speed Time}
63FIX ME: add experiment, knobs, graphs, and description
64
65\subsubsection{Speed Workload}
66FIX ME: add experiment, knobs, graphs, and description
67
68\subsection{Cache Scratch}
69FIX ME: add experiment, knobs, graphs, and description
70
71\subsubsection{Cache Scratch Time}
72FIX ME: add experiment, knobs, graphs, and description
73
74\subsubsection{Cache Scratch Layout}
75FIX ME: add experiment, knobs, graphs, and description
76
77\subsection{Cache Thrash}
78FIX ME: add experiment, knobs, graphs, and description
79
80\subsubsection{Cache Thrash Time}
81FIX ME: add experiment, knobs, graphs, and description
82
83\subsubsection{Cache Thrash Layout}
84FIX ME: add experiment, knobs, graphs, and description
Note: See TracBrowser for help on using the repository browser.