diff --git a/tools/plot-timing.sh b/tools/plot-timing.sh index beec693..ea951b9 100755 --- a/tools/plot-timing.sh +++ b/tools/plot-timing.sh @@ -17,7 +17,7 @@ fi # echo "plot timing $sequence" >> WS/log count=$( grep $sequence WS/mp4.timing | wc -l ) -echo "$count samples for $sequence" | tee -a WS/log +echo "$count samples for $sequence" grep $sequence WS/mp4.timing | tail -4000 | awk \ -v nbframes=$NBFRAMES \