Changeset d8075d28 for doc/theses/mubeen_zulfiqar_MMath
- Timestamp:
- Apr 28, 2022, 1:22:00 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 29d8c02, ffef246
- Parents:
- 73a57af2
- Location:
- doc/theses/mubeen_zulfiqar_MMath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex
r73a57af2 rd8075d28 26 26 27 27 This thesis designs and examines a new set of micro-benchmarks for memory allocators that test a variety of allocation patterns, each with multiple tuning parameters. 28 The aim of the micro-benchmark suite is to create a set of programs that can evaluate a memory allocator based on the performance matrices described in (FIX ME: local cite).28 The aim of the micro-benchmark suite is to create a set of programs that can evaluate a memory allocator based on the key performance matrices such as speed, memory overhead, and cache performance. 29 29 % These programs can be taken as a standard to benchmark an allocator's basic goals. 30 30 These programs give details of an allocator's memory overhead and speed under certain allocation patterns. -
doc/theses/mubeen_zulfiqar_MMath/performance.tex
r73a57af2 rd8075d28 104 104 \begin{description}[itemsep=0pt,parsep=0pt] 105 105 \item[thread:] 106 1, 2, 4, 8, 16 106 1, 2, 4, 8, 16, 32, 48 107 107 \item[spots:] 108 108 16 … … 158 158 \begin{description}[itemsep=0pt,parsep=0pt] 159 159 \item[threads:] 160 1, 2, 4, 8, 16 160 1, 2, 4, 8, 16, 32, 48 161 161 \item[iterations:] 162 162 1,000 … … 200 200 \begin{description}[itemsep=0pt,parsep=0pt] 201 201 \item[threads:] 202 1, 2, 4, 8, 16 202 1, 2, 4, 8, 16, 32, 48 203 203 \item[iterations:] 204 204 1,000 … … 255 255 fisher 256 256 \item[objects:] 257 1 ,000,000257 100,000 258 258 \item[workers:] 259 1, 2, 4, 8, 16 259 1, 2, 4, 8, 16, 32, 48 260 260 \end{description} 261 261
Note: See TracChangeset
for help on using the changeset viewer.