Changes in benchmark/readyQ/cycle.cc [6528d75:69d1748]
- File:
-
- 1 edited
-
benchmark/readyQ/cycle.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.cc
r6528d75 r69d1748 89 89 90 90 bool is_tty = isatty(STDOUT_FILENO); 91 start = timeNsec();91 start = getTimeNsec(); 92 92 93 93 for(int i = 0; i < nthreads; i++) { … … 97 97 98 98 stop = true; 99 end = timeNsec();99 end = getTimeNsec(); 100 100 printf("\nDone\n"); 101 101
Note:
See TracChangeset
for help on using the changeset viewer.