| 1 | \chapter{Performance}
|
|---|
| 2 |
|
|---|
| 3 | \noindent
|
|---|
| 4 | ====================
|
|---|
| 5 |
|
|---|
| 6 | Writing Points:
|
|---|
| 7 | \begin{itemize}
|
|---|
| 8 | \item
|
|---|
| 9 | Machine Specification
|
|---|
| 10 | \item
|
|---|
| 11 | Allocators and their details
|
|---|
| 12 | \item
|
|---|
| 13 | Benchmarks and their details
|
|---|
| 14 | \item
|
|---|
| 15 | Results
|
|---|
| 16 | \end{itemize}
|
|---|
| 17 |
|
|---|
| 18 | \noindent
|
|---|
| 19 | ====================
|
|---|
| 20 |
|
|---|
| 21 | \section{Memory Allocators}
|
|---|
| 22 | For 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
|
|---|
| 30 | Memory Allocator & Version & Configurations \\
|
|---|
| 31 | \hline
|
|---|
| 32 | dl & & \\
|
|---|
| 33 | \hline
|
|---|
| 34 | hoard & & \\
|
|---|
| 35 | \hline
|
|---|
| 36 | je & & \\
|
|---|
| 37 | \hline
|
|---|
| 38 | pt3 & & \\
|
|---|
| 39 | \hline
|
|---|
| 40 | rp & & \\
|
|---|
| 41 | \hline
|
|---|
| 42 | tbb & & \\
|
|---|
| 43 | \hline
|
|---|
| 44 | tc & & \\
|
|---|
| 45 | \end{tabularx}
|
|---|
| 46 |
|
|---|
| 47 | %(FIX ME: complete table)
|
|---|
| 48 |
|
|---|
| 49 | \section{Experiment Environment}
|
|---|
| 50 | We conducted these experiments ... (FIX ME: what machine and which specifications to add).
|
|---|
| 51 |
|
|---|
| 52 | We 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}
|
|---|
| 57 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 58 |
|
|---|
| 59 | \subsection{Speed Benchmark}
|
|---|
| 60 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 61 |
|
|---|
| 62 | \subsubsection{Speed Time}
|
|---|
| 63 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 64 |
|
|---|
| 65 | \subsubsection{Speed Workload}
|
|---|
| 66 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 67 |
|
|---|
| 68 | \subsection{Cache Scratch}
|
|---|
| 69 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 70 |
|
|---|
| 71 | \subsubsection{Cache Scratch Time}
|
|---|
| 72 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 73 |
|
|---|
| 74 | \subsubsection{Cache Scratch Layout}
|
|---|
| 75 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 76 |
|
|---|
| 77 | \subsection{Cache Thrash}
|
|---|
| 78 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 79 |
|
|---|
| 80 | \subsubsection{Cache Thrash Time}
|
|---|
| 81 | FIX ME: add experiment, knobs, graphs, and description
|
|---|
| 82 |
|
|---|
| 83 | \subsubsection{Cache Thrash Layout}
|
|---|
| 84 | FIX ME: add experiment, knobs, graphs, and description
|
|---|