X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=markers-test%2Fruntest.sh;h=ceb4afcf1e63a5d6cece296af2a4a46062b98345;hb=fade4071bfc7dcaebaad3e7f502c62a152f659a9;hp=d2620ef6372a6fc1c20e2275932ed6727eeb3e38;hpb=70185ef663a3cd2de43af410d9578dbac997ff04;p=lttv.git diff --git a/markers-test/runtest.sh b/markers-test/runtest.sh index d2620ef6..ceb4afcf 100644 --- a/markers-test/runtest.sh +++ b/markers-test/runtest.sh @@ -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`