X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=markers-test%2Ftest-mark-speed-opt.c;h=a541b51a3022f9f641ecdc2d11c258bd293c3fab;hb=37c588307b5ee7bde72e2c1a054d18bd43e7ddf0;hp=4c6ee36a8fefff24bf536a895293df0c85674773;hpb=82b66f0531139f41f4239d90888c236784810b3c;p=lttv.git diff --git a/markers-test/test-mark-speed-opt.c b/markers-test/test-mark-speed-opt.c index 4c6ee36a..a541b51a 100644 --- a/markers-test/test-mark-speed-opt.c +++ b/markers-test/test-mark-speed-opt.c @@ -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; }