Ignore:
File:
1 edited

Legend:

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

    r0f6d7871 rcd1a5e8  
    6969
    7070The following new benchmarks were created to assess multi-threaded programs at the KT and UT level.
    71 For generating random values, two generators are supported: uniform~\cite{uniformPRNG} and fisher~\cite{fisherPRNG}.
    7271
    7372
     
    8079
    8180\VRef[Figure]{fig:ChurnBenchFig} shows the pseudo code for the churn micro-benchmark.
    82 This benchmark creates a buffer with M spots and an allocation in each spot, and then starts K threads.
     81This benchmark creates a buffer with M spots and starts K threads.
    8382Each thread picks a random spot in M, frees the object currently at that spot, and allocates a new object for that spot.
    8483Each thread repeats this cycle N times.
Note: See TracChangeset for help on using the changeset viewer.