diff options
Diffstat (limited to 'runner.c')
-rw-r--r-- | runner.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ #endif #ifdef TIMINGS - unsigned long long t0, t1; # define TIMINGS_START() (t0 = rdtsc()) # define TIMINGS_END(str) {t1 = rdtsc(); if (i % 1000000 == 0) printf(str "=%llu\n", (t1-t0-63));} #else |