summaryrefslogtreecommitdiffstats
path: root/TOOLS/benchmark-gab/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/benchmark-gab/benchmark')
-rwxr-xr-xTOOLS/benchmark-gab/benchmark30
1 files changed, 15 insertions, 15 deletions
diff --git a/TOOLS/benchmark-gab/benchmark b/TOOLS/benchmark-gab/benchmark
index 966251e84b..0c438e2bef 100755
--- a/TOOLS/benchmark-gab/benchmark
+++ b/TOOLS/benchmark-gab/benchmark
@@ -13,19 +13,19 @@ for i in `ls samples/* | grep -v -e '\.opts'`; do
wrtlog "Options for this file:"
wrtlog "$BENCHOPTS"
BENCH="`$BUILD/mplayer $DEFAULTOPTS $BENCHOPTS $i 2>&1 | grep BENCHMARKs`"
- VC=`echo $BENCH | awk '{print $3}'`
+ VC=`echo $BENCH | awk '{print $11}'`
SYS=`echo $BENCH | awk '{print $9}'`
- wrtlog VC: $VC \(Sys: $SYS\)
+ wrtlog Total: $VC \(Sys: $SYS\)
BENCH="`$BUILD/mplayer $DEFAULTOPTS $BENCHOPTS $i 2>&1 | grep BENCHMARKs`"
- VC=`echo $BENCH | awk '{print $3}'`
+ VC=`echo $BENCH | awk '{print $11}'`
SYS=`echo $BENCH | awk '{print $9}'`
- wrtlog VC: $VC \(Sys: $SYS\)
+ wrtlog Total: $VC \(Sys: $SYS\)
BENCH="`$BUILD/mplayer $DEFAULTOPTS $BENCHOPTS $i 2>&1 | grep BENCHMARKs`"
- VC=`echo $BENCH | awk '{print $3}'`
+ VC=`echo $BENCH | awk '{print $11}'`
SYS=`echo $BENCH | awk '{print $9}'`
- wrtlog VC: $VC \(Sys: $SYS\)
+ wrtlog Total: $VC \(Sys: $SYS\)
done
}
@@ -38,7 +38,7 @@ wrtlog Starting benchmarks
if [ ! -e no_codec ]; then
wrtlog Starting CODEC benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo null -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo null -vop disabled -autoq 0"
benchsamples
fi
@@ -48,25 +48,25 @@ export XAUTHORITY=$HOME/.Xauthority
if [ ! -e no_xv ]; then
if [ ! -e no_xv_nodr ]; then
wrtlog Starting XVideo \(no DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xv -fs -nodr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -slices -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_nodr_noslices ]; then
wrtlog Starting XVideo \(no DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xv -fs -nodr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -noslices -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_dr ]; then
wrtlog Starting XVideo \(DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xv -fs -dr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -slices -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_dr_noslices ]; then
wrtlog Starting XVideo \(DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xv -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -noslices -vop disabled -autoq 0"
benchsamples
fi
fi
@@ -74,25 +74,25 @@ fi
if [ -e xmga ]; then
if [ ! -e xmga_nodr ]; then
wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xmga -fs -dr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_nodr_noslices ]; then
wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_dr ]; then
wrtlog Starting XMGA \(DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xmga -fs -dr -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -vop disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_dr ]; then
wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
benchsamples
fi
fi