Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/creation/cfa_thrd.cfa

    r5e49e47 rdc33b5b  
    55
    66thread MyThread {};
    7 void main(MyThread & this) {}
     7void main(MyThread &) {}
    88
    99int main(int argc, char* argv[]) {
    1010        BENCH(
    11                 for (size_t i = 0; i < n; i++) {
     11                for ( i; n ) {
    1212                        MyThread m;
    1313                },
     
    1515        )
    1616
    17         printf("%llu\n", result);
     17        printf("%g\n", result);
    1818}
Note: See TracChangeset for help on using the changeset viewer.