Changes in benchmark/readyQ/cycle.cfa [e54d0c3:6528d75]
- File:
-
- 1 edited
-
benchmark/readyQ/cycle.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.cfa
re54d0c3 r6528d75 65 65 66 66 bool is_tty = isatty(STDOUT_FILENO); 67 start = time HiRes();67 start = timeNsec(); 68 68 69 69 for(i; nthreads) { … … 73 73 74 74 stop = true; 75 end = time HiRes();75 end = timeNsec(); 76 76 printf("\nDone\n"); 77 77
Note:
See TracChangeset
for help on using the changeset viewer.