caa_get_cycles: caa_ prefix for type, use CLOCK_MONOTONIC
[urcu.git] / tests / benchmark / test_looplen.c
index 16674e76ac442343b77ea27d1994a5920cd6c9e7..c8b5a0256abebc7f14b546040ba2d7259eda6a4f 100644 (file)
@@ -54,8 +54,8 @@ static inline void loop_sleep(unsigned long loops)
 int main(int argc, char **argv)
 {
        unsigned long i;
-       cycles_t time1, time2;
-       cycles_t time_tot = 0;
+       caa_cycles_t time1, time2;
+       caa_cycles_t time_tot = 0;
        double cpl;
 
        for (i = 0; i < TESTS; i++) {
This page took 0.022515 seconds and 4 git commands to generate.