Mercurial > hg > silvet
changeset 60:5472c6bbd936
Timings
author | Chris Cannam |
---|---|
date | Mon, 28 Apr 2014 12:32:36 +0100 |
parents | d5f5c91f4afe |
children | 3af587be9b8a e5e759173c4d |
files | testdata/TRIOS-mirex2012-matlab/calculate.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/testdata/TRIOS-mirex2012-matlab/calculate.sh Mon Apr 28 11:05:32 2014 +0100 +++ b/testdata/TRIOS-mirex2012-matlab/calculate.sh Mon Apr 28 12:32:36 2014 +0100 @@ -39,7 +39,7 @@ wbase=`basename "$w" .wav` out="$outdir/$wbase.lab" echo "Processing wav file $w, writing to lab file $out" - ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm ) + time ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm ) echo "Done" done fi