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