Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.cpp

    r1f950c3b raec2c022  
    283283        printf("Number of spots        : %'d\n", nspots);
    284284        printf("Work size (64bit words): %'15u\n", wsize);
     285        printf("Data sharing           : %s\n", share ? "On" : "Off");
    285286        printf("Total Operations(ops)  : %'15llu\n", global_count);
    286287        printf("Total G Migrations     : %'15llu\n", global_gmigs);
Note: See TracChangeset for help on using the changeset viewer.