Changes in benchmark/readyQ/yield.cfa [01c6256:b813f53]
- File:
-
- 1 edited
-
benchmark/readyQ/yield.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/yield.cfa
r01c6256 rb813f53 44 44 int main(int argc, char * argv[]) { 45 45 BENCH_DECL 46 unsigned num_io = 1;47 io_context_params params;48 46 49 47 for(;;) { … … 75 73 76 74 Time start, end; 77 BenchCluster cl = { num_io, params, CFA_STATS_READY_Q };75 BenchCluster cl = { 0, CFA_STATS_READY_Q }; 78 76 { 79 77 BenchProc procs[nprocs];
Note:
See TracChangeset
for help on using the changeset viewer.