Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/csv-data.c

    r7286a40 r43426d4  
    2525}
    2626
     27#ifndef N
     28#define N 100000000
     29#endif
     30
    2731//-----------------------------------------------------------------------------
    2832// coroutine context switch
     
    3438
    3539        StartTime = Time();
     40        // for ( volatile unsigned int i = 0; i < NoOfTimes; i += 1 ) {
     41        //      resume( this_coroutine() );
     42        //      // resume( &s );
     43        // }
    3644        resumer( &s, NoOfTimes );
    3745        EndTime = Time();
     
    96104mon_t mon1;
    97105
    98 condition cond1a;
     106condition cond1a; 
    99107condition cond1b;
    100108
     
    144152mon_t mon2;
    145153
    146 condition cond2a;
     154condition cond2a; 
    147155condition cond2b;
    148156
Note: See TracChangeset for help on using the changeset viewer.