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