7 static volatile unsigned int start_cycle
;
24 : "=m" (start_cycle
) : : "eax", "edx");
34 : "=m" (end
) : : "eax", "edx");
36 printf("Cycle count = %u\n", end
- start_cycle
- 68);
43 // seems linux doesnt allow user progs to exec rdpcm..
45 cache_bench(int start
)
47 static int start_cycle
;
54 : "=m" (start_cycle
));
64 printf("Cache reloads counted = %i\n", end
- start_cycle
);