caa_get_cycles: caa_ prefix for type, use CLOCK_MONOTONIC
[urcu.git] / tests / benchmark / test_cycles_per_loop.c
index 6ff100bf38b34e518d937d6bc34760db74c6b63b..ca66ffaf7b44f7c4ef5cf6a3efdb7a4331596fcb 100644 (file)
@@ -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);
This page took 0.02195 seconds and 4 git commands to generate.