Mercurial > mplayer.hg
diff TOOLS/benchmark-gab/variables @ 7197:c36333ff54b0
some fixes
author | gabucino |
---|---|
date | Sat, 31 Aug 2002 14:19:11 +0000 |
parents | bcbbe5ee11fd |
children |
line wrap: on
line diff
--- a/TOOLS/benchmark-gab/variables Sat Aug 31 14:01:46 2002 +0000 +++ b/TOOLS/benchmark-gab/variables Sat Aug 31 14:19:11 2002 +0000 @@ -3,10 +3,12 @@ VENDOR="`cat /proc/cpuinfo | grep vendor_id | cut -c 13-`" MODEL="`cat /proc/cpuinfo | grep "model name" | cut -c 14-`" +CPUFLAGS="`cat /proc/cpuinfo | grep flags | cut -c 10-`" MHZ="`cat /proc/cpuinfo | grep MHz | cut -c 12-14` MHz" MEMORY="`cat /proc/meminfo | grep MemTotal | awk '{print $2}'` Kb" -BUILD="`echo $VENDOR $MODEL $MHZ | tr [\ ] [_]`" +BUILD="`echo $VENDOR $MODEL $MHZ | tr [\ ] [_] | tr [\/] [_]`" VGA="`lspci | grep VGA | cut -c 36-`" +MPBIN="$BUILD/mplayer" export LOGFILE="`pwd`/log-$BUILD-`date +\"%Y-%m-%d\"`" export COMPILEOPTIONS="--enable-runtime-cpudetection"