Changeset d8075d28 for doc/theses


Ignore:
Timestamp:
Apr 28, 2022, 1:22:00 PM (2 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
29d8c02, ffef246
Parents:
73a57af2
Message:

corrected benchmark configurations as per last run

Location:
doc/theses/mubeen_zulfiqar_MMath
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex

    r73a57af2 rd8075d28  
    2626
    2727This 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).
     28The 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.
    2929% These programs can be taken as a standard to benchmark an allocator's basic goals.
    3030These programs give details of an allocator's memory overhead and speed under certain allocation patterns.
  • doc/theses/mubeen_zulfiqar_MMath/performance.tex

    r73a57af2 rd8075d28  
    104104\begin{description}[itemsep=0pt,parsep=0pt]
    105105\item[thread:]
    106 1, 2, 4, 8, 16
     1061, 2, 4, 8, 16, 32, 48
    107107\item[spots:]
    10810816
     
    158158\begin{description}[itemsep=0pt,parsep=0pt]
    159159\item[threads:]
    160 1, 2, 4, 8, 16
     1601, 2, 4, 8, 16, 32, 48
    161161\item[iterations:]
    1621621,000
     
    200200\begin{description}[itemsep=0pt,parsep=0pt]
    201201\item[threads:]
    202 1, 2, 4, 8, 16
     2021, 2, 4, 8, 16, 32, 48
    203203\item[iterations:]
    2042041,000
     
    255255fisher
    256256\item[objects:]
    257 1,000,000
     257100,000
    258258\item[workers:]
    259 1, 2, 4, 8, 16
     2591, 2, 4, 8, 16, 32, 48
    260260\end{description}
    261261
Note: See TracChangeset for help on using the changeset viewer.