update
[lttv.git] / markers-test / test-mark-speed-local.c
index 254d882f6ecce55d54daebed1b03b15b0a346b08..b402e16d2272027f2e929e32a284ef1ddbd8e5dd 100644 (file)
@@ -83,7 +83,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.022904 seconds and 4 git commands to generate.