Changeset 6dc2db9 for benchmark/readyQ/transfer.cfa
- Timestamp:
- Sep 15, 2021, 4:31:56 PM (21 months ago)
- Branches:
- ADT, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- fa6233a
- Parents:
- b8454c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/transfer.cfa
rb8454c6 r6dc2db9 167 167 } 168 168 169 sout | "Duration : " | ws(3, 3, unit(eng((end - start)`ds))) | 's';169 sout | "Duration (ms) : " | ws(3, 3, unit(eng((end - start)`dms))); 170 170 sout | "Number of processors : " | nprocs; 171 171 sout | "Number of threads : " | nthreads;
Note: See TracChangeset
for help on using the changeset viewer.