Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/readv-posix.c

    re54d0c3 ra5bc72e  
    111111                                printf("Starting\n");
    112112                                bool is_tty = isatty(STDOUT_FILENO);
    113                                 start = timeHiRes();
     113                                start = getTimeNsec();
    114114                                run = true;
    115115
     
    118118
    119119                                run = false;
    120                                 end = timeHiRes();
     120                                end = getTimeNsec();
    121121                                printf("\nDone\n");
    122122
Note: See TracChangeset for help on using the changeset viewer.