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