Changeset b826e6b for src/benchmark/csv-data.c
- Timestamp:
- Jul 19, 2017, 11:49:33 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 9cc0472
- Parents:
- fea3faa (diff), a57cb58 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/csv-data.c
rfea3faa rb826e6b 25 25 } 26 26 27 #ifndef N28 #define N 10000000029 #endif30 31 27 //----------------------------------------------------------------------------- 32 28 // coroutine context switch … … 38 34 39 35 StartTime = Time(); 40 // for ( volatile unsigned int i = 0; i < NoOfTimes; i += 1 ) {41 // resume( this_coroutine() );42 // // resume( &s );43 // }44 36 resumer( &s, NoOfTimes ); 45 37 EndTime = Time(); … … 104 96 mon_t mon1; 105 97 106 condition cond1a; 98 condition cond1a; 107 99 condition cond1b; 108 100 … … 152 144 mon_t mon2; 153 145 154 condition cond2a; 146 condition cond2a; 155 147 condition cond2b; 156 148
Note:
See TracChangeset
for help on using the changeset viewer.