1
0
Fork 0

fix perfsetupscript

This commit is contained in:
Jan Christoph Uhde 2016-08-28 18:09:03 +02:00
parent 9157debf96
commit fe335baa61
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@
#
main(){
local ARANGOD_EXECUTABLE=build/bin/arangod
local ARANGOD_EXECUTABLE=${1-build/bin/arangod}
#delete all existing events
perf probe -x $ARANGOD_EXECUTABLE -d "probe_arangod:*" || exit 1
perf probe -x $ARANGOD_EXECUTABLE -d "probe_arangod:*"
echo "Adding events, this takes a few seconds..."