Changes in benchmark/io/readv.cfa [77fde9d5:6528d75]
- File:
-
- 1 edited
-
benchmark/io/readv.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/readv.cfa
r77fde9d5 r6528d75 147 147 printf("Starting\n"); 148 148 bool is_tty = isatty(STDOUT_FILENO); 149 start = getTimeNsec();149 start = timeNsec(); 150 150 run = true; 151 151 … … 156 156 157 157 run = false; 158 end = getTimeNsec();158 end = timeNsec(); 159 159 printf("\nDone\n"); 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.