Changes in benchmark/readyQ/rq_bench.hpp [e54d0c3:6528d75]
- File:
-
- 1 edited
-
benchmark/readyQ/rq_bench.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/rq_bench.hpp
re54d0c3 r6528d75 46 46 } 47 47 48 uint64_t time HiRes() {48 uint64_t timeNsec() { 49 49 timespec curr; 50 50 clock_gettime( CLOCK_REALTIME, &curr ); … … 60 60 for(;;) { 61 61 Sleeper::usleep(100000); 62 uint64_t end = time HiRes();62 uint64_t end = timeNsec(); 63 63 uint64_t delta = end - start; 64 64 if(is_tty) {
Note:
See TracChangeset
for help on using the changeset viewer.