Changes in benchmark/readyQ/transfer.cfa [ebb6158:e49b6f5]
- File:
-
- 1 edited
-
benchmark/readyQ/transfer.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/transfer.cfa
rebb6158 re49b6f5 39 39 Pause(); 40 40 if( (timeHiRes() - start) > 5`s ) { 41 print_stats_now( bench_cluster, CFA_STATS_READY_Q | CFA_STATS_IO );42 41 serr | "Programs has been blocked for more than 5 secs"; 43 42 exit(1); … … 111 110 cfa_option opt[] = { 112 111 BENCH_OPT, 113 { 'e', "exhaust", "Whether or not threads that have seen the new epoch should park instead of yielding.", exhaust, parse_yesno}112 { 'e', "exhaust", "Whether or not threads that have seen the new epoch should yield or park.", exhaust, parse_yesno} 114 113 }; 115 114 BENCH_OPT_PARSE("cforall transition benchmark");
Note:
See TracChangeset
for help on using the changeset viewer.