I'd maken a file test.sh, that downloads, builds and runs jackd.
------------------------------------------
#/usr/bin/sh
rm -rf jack2
git clone
git://github.com/jackaudio/jack2.git
cd jack2
./waf configure --profile
./waf build
echo
echo "Running jackd"
build/jackd -v -R -P40 -dalsa -d hw:Pro -r 48000 -p 1024 -n 2 -s -P
------------------------------------------
Than I ran:
./test.sh | tee test.log
The resulting test.log
<http://jack-audio.10948.n7.nabble.com/file/t1525/test.log> does not
contain any 'Engine profiling activated' message
--
Sent from:
http://jack-audio.10948.n7.nabble.com/Jackit-f3.html