Changes in benchmark/io/readv-posix.c [e54d0c3:a5bc72e]
- File:
-
- 1 edited
-
benchmark/io/readv-posix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/readv-posix.c
re54d0c3 ra5bc72e 111 111 printf("Starting\n"); 112 112 bool is_tty = isatty(STDOUT_FILENO); 113 start = timeHiRes();113 start = getTimeNsec(); 114 114 run = true; 115 115 … … 118 118 119 119 run = false; 120 end = timeHiRes();120 end = getTimeNsec(); 121 121 printf("\nDone\n"); 122 122
Note:
See TracChangeset
for help on using the changeset viewer.