- File:
-
- 1 edited
-
benchmark/ctxswitch/cfa_thrd2.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/ctxswitch/cfa_thrd2.cfa
rffe2fad rdc33b5b 1 #include <stdio.h>2 1 #include <thread.hfa> 3 2 … … 17 16 Fibre f1; 18 17 BENCH( 19 for ( size_t i = 0; i < n; i++) {18 for ( i; n ) { 20 19 yield(); 21 20 }, … … 23 22 ) 24 23 25 printf("% llu\n", result);24 printf("%g\n", result); 26 25 done = true; 27 26 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.