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