From 4e960026d261aee7a3c2d94cba8ddc208186648b Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 22 Dec 2025 18:25:03 +0100 Subject: [PATCH] no more useless msg in log --- tools/plot-timing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \