[d286e94d] | 1 | \chapter{Performance}
|
---|
[080471a] | 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 | (FIX ME: complete table)
|
---|
| 47 |
|
---|
| 48 | \section{Experiment Environment}
|
---|
| 49 | We conducted these experiments ... (FIX ME: what machine and which specifications to add).
|
---|
| 50 |
|
---|
| 51 | We used our micro becnhmark suite (FIX ME: cite mbench) to evaluate other memory allocators (FIX ME: cite above memory allocators) and our uHeapLmmm.
|
---|
| 52 |
|
---|
| 53 | \section{Results}
|
---|
| 54 |
|
---|
| 55 | \subsection{Memory Benchmark}
|
---|
| 56 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 57 |
|
---|
| 58 | \subsection{Speed Benchmark}
|
---|
| 59 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 60 |
|
---|
| 61 | \subsubsection{Speed Time}
|
---|
| 62 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 63 |
|
---|
| 64 | \subsubsection{Speed Workload}
|
---|
| 65 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 66 |
|
---|
| 67 | \subsection{Cache Scratch}
|
---|
| 68 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 69 |
|
---|
| 70 | \subsubsection{Cache Scratch Time}
|
---|
| 71 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 72 |
|
---|
| 73 | \subsubsection{Cache Scratch Layout}
|
---|
| 74 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 75 |
|
---|
| 76 | \subsection{Cache Thrash}
|
---|
| 77 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 78 |
|
---|
| 79 | \subsubsection{Cache Thrash Time}
|
---|
| 80 | FIX ME: add experiment, knobs, graphs, and description
|
---|
| 81 |
|
---|
| 82 | \subsubsection{Cache Thrash Layout}
|
---|
| 83 | FIX ME: add experiment, knobs, graphs, and description
|
---|