update
[lttv.git] / markers-test / test-mark-speed-empty.c
index 0878610f709b92282621cfafd2f8c2a05e6a9461..6db88fbf71a5bb3ee6466008d48213e17f14a2be 100644 (file)
@@ -72,7 +72,16 @@ static int my_open(struct inode *inode, struct file *file)
        rdtsc_barrier();
        cycles1 = get_cycles();
        rdtsc_barrier();
-       for(i=0; i<2000; i++) {
+       for(i=0; i<200; i++) {
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
+               test(i, i);
                test(i, i);
        }
        rdtsc_barrier();
This page took 0.026648 seconds and 4 git commands to generate.