tweaks to arprof to make it more useful with CALLGRIND_* macros

This commit is contained in:
Paul Davis 2023-10-05 08:30:26 -06:00
parent e23f79a8a9
commit 558b300177
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ exec valgrind --tool=callgrind \
--dump-instr=yes --collect-jumps=yes\
--separate-threads=yes \
--collect-systime=yes --collect-bus=yes \
--collect-atstart=no --instr-atstart=no\
--callgrind-out-file=/tmp/ardour_profile/ardour-%p.log \
--toggle-collect="ARDOUR::AudioEngine::process_callback*" \
$TOP/$EXECUTABLE "$@"