add test cmpxchg
[lttv.git] / tests / kernel / test-cmpxchg.c
index 69a25334219fc9ef8ec275b3b266212ca740b3db..ea5120d3af1f3898578d75ac18394afacba9da30 100644 (file)
@@ -50,7 +50,7 @@ static int ltt_test_init(void)
        time = time2 - time1;
        tot_time += time;
 
-       printk(KERN_ALERT "test results : time per probe\n");
+       printk(KERN_ALERT "test results : time for cmpxchg\n");
        printk(KERN_ALERT "number of loops : %d\n", NR_LOOPS);
        printk(KERN_ALERT "total time : %llu\n", tot_time);
        //printk(KERN_ALERT "min : %llu\n", min_time);
This page took 0.022722 seconds and 4 git commands to generate.