X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fbenchmark%2Ftest_cycles_per_loop.c;h=ca66ffaf7b44f7c4ef5cf6a3efdb7a4331596fcb;hp=6ff100bf38b34e518d937d6bc34760db74c6b63b;hb=d266df35815fc53c237c5cf96ff1a6391e2bbe6f;hpb=f5ab766ee2c8300cb00ca5878b1cb464f960a66d diff --git a/tests/benchmark/test_cycles_per_loop.c b/tests/benchmark/test_cycles_per_loop.c index 6ff100b..ca66ffa 100644 --- a/tests/benchmark/test_cycles_per_loop.c +++ b/tests/benchmark/test_cycles_per_loop.c @@ -33,7 +33,7 @@ static inline void loop_sleep(unsigned long loops) int main() { - cycles_t time1, time2; + caa_cycles_t time1, time2; time1 = caa_get_cycles(); loop_sleep(NR_LOOPS);