Changes in benchmark/readyQ/transfer.cpp [6dc2db9:7711064]
- File:
-
- 1 edited
-
benchmark/readyQ/transfer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/transfer.cpp
r6dc2db9 r7711064 173 173 } 174 174 175 std::cout << "Duration (ms) : " << to_miliseconds(end - start)<< std::endl;175 std::cout << "Duration : " << to_miliseconds(end - start) << "ms" << 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.