Changeset 6dc2db9 for benchmark/readyQ/yield.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/yield.cfa
rb8454c6 r6dc2db9 80 80 } 81 81 82 printf("Duration (ms) : %'ld\n", (end - start)` ms);82 printf("Duration (ms) : %'ld\n", (end - start)`dms); 83 83 printf("Number of processors: %'d\n", nprocs); 84 84 printf("Number of threads : %'d\n", nthreads);
Note: See TracChangeset
for help on using the changeset viewer.