Skip to content

Commit

Permalink
Merge branch 'sampling-merged' of github.com:argonne-lcf/THAPI into s…
Browse files Browse the repository at this point in the history
…ampling-merged
  • Loading branch information
solo2abera committed Sep 6, 2023
2 parents 3930be7 + 20155e0 commit 7d9040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.sh.erb.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;;
Expand Down

0 comments on commit 7d9040e

Please sign in to comment.