move everything out of trunk
[lttv.git] / markers-test / runtest.sh
index d2620ef6372a6fc1c20e2275932ed6727eeb3e38..ceb4afcf1e63a5d6cece296af2a4a46062b98345 100644 (file)
@@ -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.022599 seconds and 4 git commands to generate.