Changeset 6dc2db9 for benchmark/readyQ/transfer.cpp
- 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.cpp
rb8454c6 r6dc2db9 173 173 } 174 174 175 std::cout << "Duration : " << to_miliseconds(end - start) << "ms"<< std::endl;175 std::cout << "Duration (ms) : " << to_miliseconds(end - start) << std::endl; 176 176 std::cout << "Number of processors : " << nprocs << std::endl; 177 177 std::cout << "Number of threads : " << nthreads << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.