Changeset 2316525 for benchmark/mutexC


Ignore:
Timestamp:
Jan 19, 2020, 4:16:27 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f090750
Parents:
9e63a2b
Message:

update benchmarks for concurrency paper

Location:
benchmark/mutexC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • benchmark/mutexC/cfa1.cfa

    r9e63a2b r2316525  
    1111void call() {
    1212        go = true;
    13         for ( i; times ) {
     13        for ( times ) {
    1414                call( m );
    1515        }
  • benchmark/mutexC/cfa2.cfa

    r9e63a2b r2316525  
    1111void call() {
    1212        go = true;
    13         for ( i; times ) {
     13        for ( times ) {
    1414                call( m1, m2 );
    1515        }
  • benchmark/mutexC/cfa4.cfa

    r9e63a2b r2316525  
    1111void call() {
    1212        go = true;
    13         for ( i; times ) {
     13        for ( times ) {
    1414                call( m1, m2, m3, m4 );
    1515        }
Note: See TracChangeset for help on using the changeset viewer.