diff --git a/gtk2_ardour/arprof b/gtk2_ardour/arprof index 12dbddca5c..ce641a5ac9 100755 --- a/gtk2_ardour/arprof +++ b/gtk2_ardour/arprof @@ -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 "$@"