Changeset 01c6256 for benchmark/readyQ
- Timestamp:
- Aug 11, 2020, 1:54:30 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 9f1c286
- Parents:
- e857743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/yield.cfa
re857743 r01c6256 44 44 int main(int argc, char * argv[]) { 45 45 BENCH_DECL 46 unsigned num_io = 1; 47 io_context_params params; 46 48 47 49 for(;;) { … … 73 75 74 76 Time start, end; 75 BenchCluster cl = { 0, CFA_STATS_READY_Q };77 BenchCluster cl = { num_io, params, CFA_STATS_READY_Q }; 76 78 { 77 79 BenchProc procs[nprocs];
Note: See TracChangeset
for help on using the changeset viewer.