Changeset 50b29d9 for benchmark/readyQ/cycle.cfa
- Timestamp:
- Aug 9, 2021, 4:21:44 PM (18 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d874f59
- Parents:
- 4f89e7b (diff), 5438e41 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.cfa
r4f89e7b r50b29d9 85 85 } 86 86 87 printf("Duration (ms) : %'l d\n", (end - start)`dms);87 printf("Duration (ms) : %'lf\n", (end - start)`dms); 88 88 printf("Number of processors : %'d\n", nprocs); 89 89 printf("Number of threads : %'d\n", tthreads);
Note: See TracChangeset
for help on using the changeset viewer.