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