From: compudj Date: Tue, 8 Apr 2008 06:32:11 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~608 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=17ece3aa83ef413644facf92b48c2d22ee074482;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@2881 04897980-b3bd-0310-b5e0-8ef037075253 --- 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`