Changes in src/benchmark/csv-data.c [7286a40:43426d4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/csv-data.c
r7286a40 r43426d4 25 25 } 26 26 27 #ifndef N 28 #define N 100000000 29 #endif 30 27 31 //----------------------------------------------------------------------------- 28 32 // coroutine context switch … … 34 38 35 39 StartTime = Time(); 40 // for ( volatile unsigned int i = 0; i < NoOfTimes; i += 1 ) { 41 // resume( this_coroutine() ); 42 // // resume( &s ); 43 // } 36 44 resumer( &s, NoOfTimes ); 37 45 EndTime = Time(); … … 96 104 mon_t mon1; 97 105 98 condition cond1a; 106 condition cond1a; 99 107 condition cond1b; 100 108 … … 144 152 mon_t mon2; 145 153 146 condition cond2a; 154 condition cond2a; 147 155 condition cond2b; 148 156
Note:
See TracChangeset
for help on using the changeset viewer.