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