reworking the build system

This commit is contained in:
Tonton Th
2025-01-15 22:13:42 +01:00
parent 6828b25402
commit 22be42d86e
4 changed files with 53 additions and 41 deletions

View File

@@ -5,9 +5,6 @@ set -ue
TMPFILE="/dev/shm/plot-timing.tmp"
IMAGE="timing.png"
echo ; figlet "plot timing" ; echo
wc WS/mp4.timing | tee -a WS/log
if [ $# == 1 ]
then
sequence=$1
@@ -15,7 +12,10 @@ else
sequence="escadrille"
fi
grep $sequence WS/mp4.timing | tail -3600 | awk ' \
echo "plot timing $sequence" | tee -a WS/log
# wc WS/mp4.timing | tee -a WS/log
grep $sequence WS/mp4.timing | tail -3600 | awk ' \
BEGIN { \
nbrames=360; \
for (foo=0; foo<nbrames; foo++) { \