Changes in benchmark/readyQ/locality.cpp [e54d0c3:6528d75]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.cpp
re54d0c3 r6528d75 287 287 288 288 bool is_tty = isatty(STDOUT_FILENO); 289 start = time HiRes();289 start = timeNsec(); 290 290 291 291 for(size_t i = 0; i < nthreads; i++) { … … 295 295 296 296 stop = true; 297 end = time HiRes();297 end = timeNsec(); 298 298 printf("\nDone\n"); 299 299
Note:
See TracChangeset
for help on using the changeset viewer.