Ignore:
Timestamp:
Sep 15, 2021, 4:31:56 PM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
fa6233a
Parents:
b8454c6
Message:

Change benchmarks to consistently print duration in ms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/transfer.cpp

    rb8454c6 r6dc2db9  
    173173        }
    174174
    175         std::cout << "Duration                : " << to_miliseconds(end - start) << "ms" << std::endl;
     175        std::cout << "Duration (ms)           : " << to_miliseconds(end - start) << std::endl;
    176176        std::cout << "Number of processors    : " << nprocs << std::endl;
    177177        std::cout << "Number of threads       : " << nthreads << std::endl;
Note: See TracChangeset for help on using the changeset viewer.