Changeset b4107c8 for benchmark/ctxswitch/cfa_cor_then.cfa
- Timestamp:
- Jan 7, 2020, 3:50:56 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- 580c11b
- Parents:
- 846c026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/ctxswitch/cfa_cor_then.cfa
r846c026 rb4107c8 18 18 } 19 19 20 int main(int argc, char* argv[]) { 20 int main( int argc, char * argv[] ) { 21 BENCH_START() 21 22 GreatSuspender s; 22 23 23 BENCH( 24 for ( i; n) {24 for ( i; times ) { 25 25 resume( s ); 26 26 }, 27 27 result 28 28 ) 29 printf( "%g\n", result ); 30 } 29 31 30 printf("%g\n", result); 31 } 32 // Local Variables: // 33 // tab-width: 4 // 34 // End: //
Note: See TracChangeset
for help on using the changeset viewer.