- File:
-
- 1 edited
-
benchmark/ctxswitch/kos_fibre2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/ctxswitch/kos_fibre2.cpp
rdc33b5b rbf71cfd 19 19 result 20 20 ) 21 printf("% g\n", result);21 printf("%llu\n", result); 22 22 done = true; 23 23 Fibre::yield();
Note:
See TracChangeset
for help on using the changeset viewer.