update
[lttv.git] / markers-test / test-mark-speed-opt.c
index 4c6ee36a8fefff24bf536a895293df0c85674773..a541b51a3022f9f641ecdc2d11c258bd293c3fab 100644 (file)
@@ -93,7 +93,7 @@ static int my_open(struct inode *inode, struct file *file)
        cycles2 = get_cycles();
        rdtsc_barrier();
        local_irq_restore(flags);
-       printk("cycles : %llu\n", (cycles2-cycles1)/20000);
+       printk("cycles : %llu\n", cycles2-cycles1);
        return -EPERM;
 }
 
This page took 0.022471 seconds and 4 git commands to generate.