Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/ctxswitch/cfa_thrd2.cfa

    rdc33b5b rffe2fad  
     1#include <stdio.h>
    12#include <thread.hfa>
    23
     
    1617        Fibre f1;
    1718        BENCH(
    18                 for ( i; n ) {
     19                for (size_t i = 0; i < n; i++) {
    1920                        yield();
    2021                },
     
    2223        )
    2324
    24         printf("%g\n", result);
     25        printf("%llu\n", result);
    2526        done = true;
    2627        return 0;
Note: See TracChangeset for help on using the changeset viewer.