Index: benchmark/readyQ/cycle.cc
===================================================================
--- benchmark/readyQ/cycle.cc	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/readyQ/cycle.cc	(revision d6cd371f3cb09d2e81a0ba82aeced1d947cc8c5d)
@@ -89,5 +89,5 @@
 
 			bool is_tty = isatty(STDOUT_FILENO);
-			start = timeNsec();
+			start = timeHiRes();
 
 			for(int i = 0; i < nthreads; i++) {
@@ -97,5 +97,5 @@
 
 			stop = true;
-			end = timeNsec();
+			end = timeHiRes();
 			printf("\nDone\n");
 
