update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 06:32:11 +0000 (06:32 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 06:32:11 +0000 (06:32 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2881 04897980-b3bd-0310-b5e0-8ef037075253

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.023895 seconds and 4 git commands to generate.