Changeset 665edf40 for benchmark/io/readv-posix.c
- Timestamp:
- Apr 19, 2021, 5:08:43 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 73d0c54a
- Parents:
- c8a0210 (diff), d2fadeb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/io/readv-posix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/readv-posix.c
rc8a0210 r665edf40 111 111 printf("Starting\n"); 112 112 bool is_tty = isatty(STDOUT_FILENO); 113 start = time Nsec();113 start = timeHiRes(); 114 114 run = true; 115 115 … … 118 118 119 119 run = false; 120 end = time Nsec();120 end = timeHiRes(); 121 121 printf("\nDone\n"); 122 122
Note:
See TracChangeset
for help on using the changeset viewer.