From 20155e04ef44eba9cc6e3a9a2fb371fcd64a317b Mon Sep 17 00:00:00 2001 From: Solomon Bekele <131887626+sbekele81@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:49:24 -0500 Subject: [PATCH] Update xprof/xprof.sh.erb.in Co-authored-by: Thomas Applencourt --- xprof/xprof.sh.erb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.sh.erb.in b/xprof/xprof.sh.erb.in index 633f6783..508bd02c 100644 --- a/xprof/xprof.sh.erb.in +++ b/xprof/xprof.sh.erb.in @@ -578,7 +578,7 @@ while (( "$#" )); do -l | --timeline) shift; mode="timeline" ;; -j | --json) shift; bt_tally_argv+=" --display_mode=json" ;; -m | --tracing-mode) shift; tracing_mode=$1; shift ;; - -s | --sample) shift; sample=true;; + -s | --sample) shift; sample=true ;; --no-profile) shift; profile=false ;; --backend-level) shift; bt_tally_argv+=" --backend_level=$1"; shift ;; --no-save) shift; processing_mode="on-the-fly" ;;