Ignore:
Timestamp:
Sep 15, 2021, 4:31:56 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, 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/yield.cfa

    rb8454c6 r6dc2db9  
    8080                }
    8181
    82                 printf("Duration (ms)       : %'ld\n", (end - start)`ms);
     82                printf("Duration (ms)       : %'ld\n", (end - start)`dms);
    8383                printf("Number of processors: %'d\n", nprocs);
    8484                printf("Number of threads   : %'d\n", nthreads);
Note: See TracChangeset for help on using the changeset viewer.