Ignore:
Timestamp:
Apr 18, 2021, 8:16:47 AM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4aa495f
Parents:
5f6a172
Message:

Fixed benchmarks after another change to getTimeNsec()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.cc

    r5f6a172 re54d0c3  
    281281
    282282                        bool is_tty = isatty(STDOUT_FILENO);
    283                         start = timeNsec();
     283                        start = timeHiRes();
    284284
    285285                        for(size_t i = 0; i < nthreads; i++) {
     
    289289
    290290                        stop = true;
    291                         end = timeNsec();
     291                        end = timeHiRes();
    292292                        printf("\nDone\n");
    293293
Note: See TracChangeset for help on using the changeset viewer.