move everything out of trunk
[lttv.git] / markers-test / runtest.sh
index 0f2901210848a6ad3277f58d90bb1ce379713d2e..ceb4afcf1e63a5d6cece296af2a4a46062b98345 100644 (file)
@@ -44,6 +44,7 @@ RESNOPLOCAL=`dmesg |grep "cycles : " |tail -n 10 |sed 's/^\[.*\] //'| sed 's/cyc
 make clean
 make EXTRA_CFLAGS=-DCACHEFLUSH
 
+
 insmod test-mark-speed-empty.ko
 cat /proc/testmark
 for a in `seq 1 $ITER`; do cat /proc/testmark;done
@@ -80,7 +81,6 @@ RESNOPLOCALFL=`dmesg |grep "cycles : " |tail -n 10 |sed 's/^\[.*\] //'| sed 's/c
 
 
 
-
 echo "Results in cycles per loop"
 
 echo "Cycles for empty loop (will be substracted for cached runs)"
@@ -89,7 +89,7 @@ for a in $RESEMP; do SUM=`echo "$SUM + $a" | bc -l /dev/stdin`; done
 RESEMP=`echo $SUM/$ITER/$LOOPS | bc -l /dev/stdin`
 echo $RESEMP
 
-echo "Cycles for wbinvd() loop (will be substracted non-cached runs)"
+echo "Cycles for clflush() loop (will be substracted non-cached runs)"
 SUM="0"
 for a in $RESEMPFL; do SUM=`echo "$SUM + $a" | bc -l /dev/stdin`; done
 RESEMPFL=`echo $SUM/$ITER/$LOOPS | bc -l /dev/stdin`
This page took 0.023012 seconds and 4 git commands to generate.