Ignore:
Timestamp:
May 26, 2020, 11:43:13 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0092853
Parents:
3bf812b
Message:

Now using a single macro for algorithmic variants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/code/relaxed_list.cpp

    r3bf812b r8e1b1bb  
    918918
    919919        std::cout << "Running " << nthreads << " threads (" << (nthreads * nqueues) << " queues) for " << duration << " seconds" << std::endl;
     920        std::cout << "Relaxed list variant: " << relaxed_list<Node>::name() << std::endl;
    920921        switch(benchmark) {
    921922                case Churn:
Note: See TracChangeset for help on using the changeset viewer.