Changes in benchmark/readyQ/locality.cfa [6528d75:f03209d3]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.cfa
r6528d75 rf03209d3 232 232 233 233 bool is_tty = isatty(STDOUT_FILENO); 234 start = timeNsec();234 start = getTimeNsec(); 235 235 236 236 for(i; nthreads) { … … 240 240 241 241 stop = true; 242 end = timeNsec();242 end = getTimeNsec(); 243 243 printf("\nDone\n"); 244 244
Note:
See TracChangeset
for help on using the changeset viewer.