4 #define NR_LOOPS 1000000UL
6 static inline void loop_sleep(unsigned long l
)
14 cycles_t time1
, time2
;
16 time1
= caa_get_cycles();
18 time2
= caa_get_cycles();
19 printf("CPU clock cycles per loop: %g\n", (time2
- time1
) /
This page took 0.030219 seconds and 4 git commands to generate.